You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/js/hello-sdl/readme.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
1) Place the vanilla JS SDL.min.js file into this directory
3
3
2) Request a [Manticore instance](https://smartdevicelink.com/resources/manticore/).
4
4
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`
6
6
5) In the terminal session, run `npm install` then `npm start`.
7
7
6) Your browser should automatically open and the test app should appear on your Manticore UI.
8
8
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