Skip to content

Commit

Permalink
Add extra sentence in readme usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
arnellebalane committed Feb 16, 2019
1 parent 16e2061 commit 7480421
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ $ npm install https://github.com/uncaughtxcptn/rbjs


## Usage
For complete documentation, visit https://rbjs.uncaughtexception.wtf/

For complete documentation, visit https://rbjs.uncaughtexception.wtf/.

To load the entire `rbjs` library, which includes all the available methods:

```js
import rbjs from 'rbjs';
Expand Down

0 comments on commit 7480421

Please sign in to comment.