We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3489d3 commit 1c1e4a9Copy full SHA for 1c1e4a9
README.md
@@ -156,8 +156,8 @@ You can use the es6 import with the library as follows
156
157
```js
158
// import createClient directly
159
-import contentful from 'contentful-management'
160
-const client = contentful.createClient(
+import { createClient } from 'contentful-management'
+const client = createClient(
161
{
162
// This is the access token for this space. Normally you get the token in the Contentful web app
163
accessToken: 'YOUR_ACCESS_TOKEN',
0 commit comments