Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/guides/Running_the_Examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ To get the GainPlugin up and running for the first time, we have to first perfor
that compilation step. So, from the root of the `React-JUCE` git repository:

```bash
$ cd examples/GainPlugin/Source/jsui/
$ cd examples/GainPlugin/jsui/
```

The `jsui/` directory here is the top level directory of all the
Expand All @@ -39,7 +39,7 @@ $ npm install
$ npm run build
```

At this point, you'll see an output file in `examples/GainPlugin/Source/jsui/build/js/`. That file location is important, because that's where the native code looks for executing the output file.
At this point, you'll see an output file in `examples/GainPlugin/jsui/build/js/`. That file location is important, because that's where the native code looks for executing the output file.

### Native

Expand Down