From 873bd58befd26e2a3e8f6dca09d07c16303f00dd Mon Sep 17 00:00:00 2001 From: lihbr Date: Wed, 17 Feb 2021 16:29:50 +0100 Subject: [PATCH] docs: new kit name typos fixes #152 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88f1c6c3..a6251afb 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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