Skip to content

Commit

Permalink
Revert "--allow-empty" (#225)
Browse files Browse the repository at this point in the history
This reverts commit 5937ff1.
  • Loading branch information
korvin89 authored Oct 7, 2024
1 parent 5937ff1 commit 265aa9c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ new Yagr(document.body, {

Need something specific? Yagr presents some useful examples in the [demo/examples](./demo/examples/) folder. How to start them with current version:

1. Clone the repository.
2. Install dependencies `npm i`.
3. Run `npm run build`.
4. Run `npx http-server .`.
5. Open examples in browser according to the http-server output.
1. Clone the repository
2. Install dependencies `npm i`
3. Run `npm run build`
4. Run `npx http-server .`
5. Open examples in browser according to the http-server output

0 comments on commit 265aa9c

Please sign in to comment.