Skip to content

Commit cdd411d

Browse files
committed
Improve readme wording
1 parent 79d2507 commit cdd411d

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
@@ -96,7 +96,7 @@ The sandbox accepts the following props/parameters.
9696

9797
| Title | Description | Default |
9898
| ------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- |
99-
| **`preset`** | This sets reasonable defaults for other parameters. Options are `javascript`, `react`, and `react-native`. Experimental options are `html` and `python` - make sure to lock down your javascript-playgrounds library version if you use these, since they may change. | `'javascript'` |
99+
| **`preset`** | This sets reasonable defaults for other parameters. Options are `javascript`, `react`, and `react-native`. Experimental options are `html` and `python` (make sure to lock down your javascript-playgrounds library version when using experimental presets). | `'javascript'` |
100100
| **`title`** | An optional title for the editor pane. | `''` |
101101
| **`code`** | The code to show/run in the player. | The sample app |
102102
| **`files`** | A map of `{ [filename]: code }`. This will take precedence over `code` if given. | `undefined` |

0 commit comments

Comments
 (0)