Browse Source

Generated kaazing-gateway README

David Witherspoon 10 years ago
parent
commit
cd08466c11
1 changed files with 2 additions and 2 deletions
  1. 2 2
      kaazing-gateway/README.md

+ 2 - 2
kaazing-gateway/README.md

@@ -8,7 +8,7 @@ For more information about this image and its history, please see the [relevant
 
 The Kaazing Gateway is a network gateway created to provide a single access point for real-time web based protocols that supports load balancing, clustering, and security management. It is designed to provide scalable and secure bidirectional event-based communication over the web; on every platform, browser, and device.
 
-![logo](https://raw.githubusercontent.com/docker-library/docs/master/kaazing-gateway/logo.png)
+%%LOGO%%
 
 # How to use this image
 
@@ -20,7 +20,7 @@ By default the gateway runs a WebSocket echo service similar to [websocket.org](
 
 You should then be able to connect to ws://somehostname:8000 from the [WebSocket echo test](https://www.websocket.org/echo.html).
 
-Note: this assumes that `somehostname` is resolvable from your browser, you may need to add and etc/hosts entry for `somehostname` on your `dockerhost ip`.
+Note: this assumes that `somehostname` is resolvable from your browser, you may need to add an etc/hosts entry for `somehostname` on your `dockerhost ip`.
 
 ## Custom Configuration