diff --git a/docs/Basics.md b/docs/Basics.md index 5c5f4fe..7e3a3c8 100644 --- a/docs/Basics.md +++ b/docs/Basics.md @@ -31,7 +31,7 @@ Most of the [examples](./Examples), besides [the SSL Example](./Examples/SSL), use this method to create the server. You can also create a server using a custom -`[HTTP.ListenOptions](http://bit.ly/2G42rLd)` value: +[`HTTP.ListenOptions`](http://bit.ly/2G42rLd) value: ```purescript 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. You can also create a server using a -`[HTTP.ListenOptions](http://bit.ly/2G42rLd)` and a `Options -[HTTPS.SSLOptions](http://bit.ly/2G3Aljr)`: +[`HTTP.ListenOptions`](http://bit.ly/2G42rLd) and a +[`HTTPS.SSLOptions`](http://bit.ly/2G3Aljr): ```purescript main :: HTTPure.ServerM