Skip to content

Commit c8e6f46

Browse files
fix: uploads of big files (#44)
1 parent 2e63156 commit c8e6f46

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
@@ -22,7 +22,7 @@ To get started, install the SDK:
2222
npm install @codesandbox/sdk
2323
```
2424

25-
Then, create an API token by going to https://codesandbox.io/t/api, and clicking on the "Create API Token" button. You can then use this token to authenticate with the SDK:
25+
Create an API token by going to https://codesandbox.io/t/api, and clicking on the "Create API Token" button. You can then use this token to authenticate with the SDK:
2626

2727
```javascript
2828
import { CodeSandbox } from "@codesandbox/sdk";

0 commit comments

Comments
 (0)