Skip to content

Commit 68b03d2

Browse files
author
Ives van Hoorne
committed
Fix docs
1 parent 40e5b25 commit 68b03d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/sandpack/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ The second argument in the constructor of `Manager` is all sandbox info. It has
166166

167167
### Options Argument
168168

169-
```ts
170169
The third argument in the constructor of `Manager` is extra options. It has this structure:
171170

171+
```ts
172172
{
173173
/**
174174
* Location of the bundler. Defaults to `sandpack-${version}.codesandbox.io`
@@ -188,3 +188,5 @@ The third argument in the constructor of `Manager` is extra options. It has this
188188
skipEval?: boolean;
189189
}
190190
```
191+
192+
## Disclaimer

0 commit comments

Comments
 (0)