Skip to content

Commit f8f293a

Browse files
committed
fix capitalization in code sample
1 parent 7a18eaf commit f8f293a

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)