From 75b5a535cffc8eb5fdfc81a31536dab1090efc1a Mon Sep 17 00:00:00 2001 From: Will Odom <32799391+ShadowStorm05@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:39:59 -0600 Subject: [PATCH] Updating syntax and correcting grammar in getting-started.md --- content/docs/learning/getting-started.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/content/docs/learning/getting-started.md b/content/docs/learning/getting-started.md index fff141d..268012f 100644 --- a/content/docs/learning/getting-started.md +++ b/content/docs/learning/getting-started.md @@ -15,7 +15,7 @@ If you just want to start in 60 seconds you can also check: This tutorial is meant to be used from within the [hydra web editor](https://hydra.ojack.xyz/). It is also interactive -- you can directly modify the code in each code block to see how it affects the visuals. ## Get to know the browser editor -To get started, open the the [hydra web editor](https://hydra.ojack.xyz/) in a separate window. Close the top window by clicking the [x] in the top right. +To get started, open the [hydra web editor](https://hydra.ojack.xyz/) in a separate window. Close the top window by clicking the [x] in the top right. ![](https://i.imgur.com/ZfgVjJZ.gif) @@ -23,12 +23,12 @@ You will see some colorful visuals in the background with text on top in the top At the right up corner you will find a toolbar with these buttons: ![](https://i.imgur.com/iCG8Lrq.png) -1. **run all code** Runs all code on the page (same as typing *ctrl+shift+enter) -2. **upload to gallery** upload a sketch to Hydra's gallery and create a shorter URL -3. **clear all** resets the environment and clears text from the editor -4. **show random sketch**. Loads random sketch examples. Always it is a good way to learn Hydra by studying someone elses code. -5. **make random change** **dices** modify values automatically. Try it with some of the sketch examples. -6. **show info window** show overlay window with help text and links +1. **run all code** Runs all code on the page (same as typing *ctrl+shift+enter). +2. **upload to gallery** Upload a sketch to Hydra's gallery and create a shorter URL. +3. **clear all** Resets the environment and clears text from the editor. +4. **show random sketch** Loads random sketch examples. Always it is a good way to learn Hydra by studying someone else's code. +5. **make random change** **dices** Modifies a single value automatically. Try it with some of the sketch examples. +6. **show info window** Show overlay window with help text and links. ## First line of code @@ -314,4 +314,4 @@ We have now covered all of the basic types of functions within hydra: ***source* #### Have fun! --- -by Flor de Fuego and Olivia Jack \ No newline at end of file +by Flor de Fuego and Olivia Jack