Skip to content

Commit caae001

Browse files
authored
Merge pull request #545 from smartdevicelink/bugfix/js-readme-typo
Vanilla JS readme typo still mentions needing two terminal windows
2 parents e189ecb + 4e7b99d commit caae001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/js/hello-sdl/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
1) Place the vanilla JS SDL.min.js file into this directory
33
2) Request a [Manticore instance](https://smartdevicelink.com/resources/manticore/).
44
3) Open the file `./examples/js/hello-sdl/index.html` in any text editor and change the transport config's URL and port value to what Manticore's "WS URL" says.
5-
4) Open a terminal session and `cd` both of them into `./examples/js/hello-sdl`
5+
4) Open a terminal session and `cd` into `./examples/js/hello-sdl`
66
5) In the terminal session, run `npm install` then `npm start`.
77
6) Your browser should automatically open and the test app should appear on your Manticore UI.
88
7) Click on the app in Manticore and observe the series of `Show` RPCs performed. Logs can be seen in your browser's JavaScript console.

0 commit comments

Comments
 (0)