Skip to content

Commit 57e6cb8

Browse files
Update hello-world.md (#106)
Made it a little clearer
1 parent e919b3e commit 57e6cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/extensions/hello-world.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The above is a standard component we will use for showing extension code. Make n
1414

1515
If you're just using simple files to develop extensions, save this code into a file called "hello-world.js". If you're using a local HTTP server, save the code in a file called "hello-world.js" that the server will let you access.
1616

17-
Now, go to the TurboWarp editor, click on the add extension button, scroll to the bottom, and choose the "Custom Extension" option. Either enter the full URL to your local HTTP server or use one of the other tabs to select your file. For now, **do not** check the "Run extension without sandbox" box.
17+
Now, go to the TurboWarp editor, click on the add extension button (a + next to 2 blocks), scroll to the bottom of the Scratch section, and choose the "Custom Extension" option. Either enter the full URL to your local HTTP server or use one of the other tabs to select your file or paste in code. For now, **do not** check the "Run extension without sandbox" box.
1818

1919
After a second, an extension named "It works!" should appear in the sidebar. If it doesn't appear, open up your developer tools and look for any warnings in the console. Some of the most common errors are:
2020

0 commit comments

Comments
 (0)