|
@@ -44,7 +44,7 @@ If your Go project is not using GopherJS, you can feel free to omit the `gopherj
|
44
|
44
|
|
45
|
45
|
### Verify That Kick Is Functioning
|
46
|
46
|
|
47
|
|
-Assuming that you've installed the [isogoapp](https://github.com/isomorphicgo/isogo), and you have issued the kick command to run the web server instance:
|
|
47
|
+Assuming that you've installed the [isogoapp](https://github.com/isomorphicgo/isogoapp), and you have issued the kick command to run the web server instance:
|
48
|
48
|
|
49
|
49
|
Access the [test page](http://localhost:8080) for the `isogoapp` using your web browser.
|
50
|
50
|
|
|
@@ -59,4 +59,4 @@ In the command line prompt where you issued the kick command, take note of the "
|
59
|
59
|
More information on the benefits of Isomorphic Go applications can be found at the [Isomorphic Go Website](http://isomorphicgo.org).
|
60
|
60
|
|
61
|
61
|
## License
|
62
|
|
-Kick is licensed under the BSD License. Read the [LICENSE](https://github.com/isomorphicgo/kick/blob/master/LICENSE) file for more information.
|
|
62
|
+Kick is licensed under the BSD License. Read the [LICENSE](https://github.com/isomorphicgo/kick/blob/master/LICENSE) file for more information.
|