Fix markdown syntax (#116)
This commit is contained in:
parent
d0ceb78d24
commit
f4aeb74b72
@ -31,7 +31,7 @@ Most of the [examples](./Examples), besides [the SSL Example](./Examples/SSL),
|
|||||||
use this method to create the server.
|
use this method to create the server.
|
||||||
|
|
||||||
You can also create a server using a custom
|
You can also create a server using a custom
|
||||||
`[HTTP.ListenOptions](http://bit.ly/2G42rLd)` value:
|
[`HTTP.ListenOptions`](http://bit.ly/2G42rLd) value:
|
||||||
|
|
||||||
```purescript
|
```purescript
|
||||||
main :: HTTPure.ServerM
|
main :: HTTPure.ServerM
|
||||||
@ -55,8 +55,8 @@ You can look at [the SSL Example](./Examples/SSL/Main.purs), which uses this
|
|||||||
method to create the server.
|
method to create the server.
|
||||||
|
|
||||||
You can also create a server using a
|
You can also create a server using a
|
||||||
`[HTTP.ListenOptions](http://bit.ly/2G42rLd)` and a `Options
|
[`HTTP.ListenOptions`](http://bit.ly/2G42rLd) and a
|
||||||
[HTTPS.SSLOptions](http://bit.ly/2G3Aljr)`:
|
[`HTTPS.SSLOptions`](http://bit.ly/2G3Aljr):
|
||||||
|
|
||||||
```purescript
|
```purescript
|
||||||
main :: HTTPure.ServerM
|
main :: HTTPure.ServerM
|
||||||
|
Loading…
Reference in New Issue
Block a user