aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-12-28 17:53:53 +0100
committerLoïc Hoguin <[email protected]>2013-12-28 17:53:53 +0100
commit6b736f68bd5665b84eaf172bcced9a82977676b5 (patch)
tree0edd3597169a591c3dc78062cd329cbf5812d66f
parentb1fc7b1a9fda57f5bac930fcbf91d8c45973890a (diff)
parent1182db69495ddcf1925ad30f2e820a259369f100 (diff)
downloadcowboy-6b736f68bd5665b84eaf172bcced9a82977676b5.tar.gz
cowboy-6b736f68bd5665b84eaf172bcced9a82977676b5.tar.bz2
cowboy-6b736f68bd5665b84eaf172bcced9a82977676b5.zip
Merge branch 'typofix' of git://github.com/Etsukata/cowboy
-rw-r--r--examples/ssl_hello_world/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ssl_hello_world/README.md b/examples/ssl_hello_world/README.md
index 4de78e7..faffb54 100644
--- a/examples/ssl_hello_world/README.md
+++ b/examples/ssl_hello_world/README.md
@@ -15,7 +15,7 @@ To start the release in the foreground:
$ ./_rel/bin/ssl_hello_world_example console
```
-Then point your browser at [http://localhost:8443](http://localhost:8443).
+Then point your browser at [https://localhost:8443](https://localhost:8443).
You will need to temporarily trust the root certificate authority,
which can also be found in `priv/ssl/cowboy-ca.crt`.