We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f28e5f + 5f55707 commit 2b380ecCopy full SHA for 2b380ec
1 file changed
README.md
@@ -35,7 +35,7 @@ To import the SDK in your project, use the following command:
35
36
To initialize the SDK, you will need to specify the API Key, Access Token, and Environment Name of your stack.
37
38
- const Stack = Contentstack.Stack("api_key","access_token","environment_name");
+ const Stack = contentstack.Stack("api_key","access_token","environment_name");
39
40
#### For React Native
41
0 commit comments