Skip to content

Commit

Permalink
Rename to @rsksmart/rsk-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
emiliorizzo committed Aug 5, 2020
1 parent 1a4f879 commit f2e765c
Show file tree
Hide file tree
Showing 4 changed files with 1,364 additions and 1,635 deletions.
2 changes: 1 addition & 1 deletion .doc/makeDoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const Jsdoc2md = require('rskjs-jsdoc2md')
const Jsdoc2md = require('@rsksmart/rskjs-jsdoc2md')
const path = require('path')
const fs = require('fs')

Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ It can be used in the browser with [browserify](http://browserify.org).
## Install

```
npm install rsk-utils
npm install @rsksmart/rsk-utils
```

## Usage
```javascript

const rskUtils = require('rsk-utils')
const rskUtils = require('@rsksmart/rsk-utils')

```

Expand All @@ -37,5 +37,3 @@ npm run test:browser
## Documentation

see [Documentation.md](Documentation.md)


Loading

0 comments on commit f2e765c

Please sign in to comment.