Skip to content

Commit

Permalink
Merge pull request #141 from c-flew/patch-1
Browse files Browse the repository at this point in the history
Added highlighting for code blocks in README.MD
  • Loading branch information
cmcaine authored Sep 19, 2021
2 parents b5885d3 + fb6bd79 commit 6398769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ To do so, define two apps, one for regular HTTP requests, and another that will

Here is a complete example:

```
```julia
using Mux

# HTTP Server
Expand Down Expand Up @@ -240,7 +240,7 @@ serve(h, w, 2333)

And finally, run a client, optionally in another process:

```
```julia
import Mux.WebSockets

WebSockets.open("ws://localhost:2333/ws_io") do ws
Expand Down

0 comments on commit 6398769

Please sign in to comment.