Skip to content

Commit

Permalink
Change package to @slidoapp/qrcode
Browse files Browse the repository at this point in the history
Move the package under the `slidoapp` organization.
  • Loading branch information
jozefizso committed Oct 12, 2024
1 parent 5ce3e94 commit b132f7e
Show file tree
Hide file tree
Showing 3 changed files with 6,201 additions and 3,473 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@
Inside your project folder do:

```shell
npm install --save qrcode
npm install --save @slidoapp/qrcode
```

or, install it globally to use `qrcode` from the command line to save qrcode images or generate ones you can view in your terminal.

```shell
npm install -g qrcode
npm install -g @slidoapp/qrcode
```

## Usage
Expand Down
Loading

0 comments on commit b132f7e

Please sign in to comment.