Skip to content

Commit

Permalink
update readme (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
can-lab-lecle authored Jan 10, 2020
1 parent 5a3aa72 commit 5ef1d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ The full script for embedding to your HTML

#### Import via yarn or npm

Run `yarn add http://git.baikal.io/can/can-pass-api.git` from terminal.
Run `yarn add can-pass-js` from terminal.

```javascript
import CanPass from "can-pass-api";
import CanPass from "can-pass-js";

CanPass.init({
clientId: "{client-id}",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "can-pass-js",
"version": "0.9.4",
"version": "0.9.5",
"description": "Can Pass API SDK",
"files": [
"dist",
Expand All @@ -17,7 +17,7 @@
},
"repository": {
"type": "git",
"url": "[email protected]:can/can-pass-api.git"
"url": "https://github.com/canfoundation/can-pass-js"
},
"keywords": [
"can-pass"
Expand Down

0 comments on commit 5ef1d35

Please sign in to comment.