From 915cd1a9c6a85254a1c0fd960930ce77bf89cfbb Mon Sep 17 00:00:00 2001 From: David Witherspoon Date: Tue, 30 Jun 2015 16:30:02 -0700 Subject: [PATCH] In kaazing-gateway: Fixed typo, and update LOGO to pull using %LOGO --- kaazing-gateway/content.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kaazing-gateway/content.md b/kaazing-gateway/content.md index 134cb79be..929ee45d0 100644 --- a/kaazing-gateway/content.md +++ b/kaazing-gateway/content.md @@ -2,7 +2,7 @@ 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 @@ -14,7 +14,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