Skip to content

Commit

Permalink
update readme to scoped
Browse files Browse the repository at this point in the history
  • Loading branch information
bevacqua committed Mar 21, 2019
1 parent 08822fb commit be23464
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ Oh, `rome` synchronizes in real-time with inputs, never steals focus, and its CS
From npm or Bower.

```shell
npm install --save rome
npm install --save @bevacqua/rome
```

```shell
bower install --save rome
bower install --save @bevacqua/rome
```

Note that if you're using the standalone version, the API is published under the `rome` global. If you're using CJS, then you'll have to `require('rome')`.
Note that if you're using the standalone version, the API is published under the `rome` global. If you're using CJS, then you'll have to `require('@bevacqua/rome')`.

### Setup

Expand Down

0 comments on commit be23464

Please sign in to comment.