Skip to content

Commit

Permalink
docs: new kit name typos fixes #152
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Feb 17, 2021
1 parent 8a88c9d commit 873bd58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ npm install @prismicio/client --save
#### CDN

```
https://unpkg.com/@prismicio/javascript
https://unpkg.com/@prismicio/client
```

(You may need to adapt the version number)
Expand Down Expand Up @@ -109,7 +109,7 @@ You can find an integration of prismic content with the new API V2 in the follow
The client is synchronous and allow you to make queries directly to your API.

```javascript
const Prismic = require('@prismicio/javascript');
const Prismic = require('@prismicio/client');

const options = {
// see specifications below
Expand Down

0 comments on commit 873bd58

Please sign in to comment.