Просмотр исходного кода

Merge branch 'typofix' of git://github.com/Etsukata/cowboy

Loïc Hoguin 11 лет назад
Родитель
Сommit
6b736f68bd
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      examples/ssl_hello_world/README.md

+ 1 - 1
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`.