Skip to content

Commit 6541a58

Browse files
authored
Merge pull request #6 from scott-silver/silver/fix-typo
Readme: fix capitalization in code sample.
2 parents 7a18eaf + f8f293a commit 6541a58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To import the SDK in your project, use the following command:
3535

3636
To initialize the SDK, you will need to specify the API Key, Access Token, and Environment Name of your stack.
3737

38-
const Stack = Contentstack.Stack("api_key","access_token","environment_name");
38+
const Stack = contentstack.Stack("api_key","access_token","environment_name");
3939

4040
#### For React Native
4141

0 commit comments

Comments
 (0)