Skip to content

Commit 68a917b

Browse files
committed
clarifies language about OpenTok.js in Hello World sample walkthrough
1 parent f0e5ab4 commit 68a917b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sample/HelloWorld/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Next, we set up a main class for the application.
5656

5757
```java
5858
public class HelloWorldServer {
59-
59+
6060
// We will set up some class variables here
6161

6262
public static void main(String[] args) throws OpenTokException {
@@ -211,7 +211,7 @@ returning an instance of `ModelAndView` that groups this map with the name of a
211211

212212
### Main Template (src/main/resources/com/example/freemarker/index.ftl)
213213

214-
This file simply sets up the HTML page for the JavaScript application to run, imports the
214+
This file simply sets up the HTML page for the JavaScript application to run, imports the OpenTok.js
215215
JavaScript library, and passes the values created by the server into the JavaScript application
216216
inside `public/js/helloworld.js`
217217

0 commit comments

Comments
 (0)