Skip to content

Commit

Permalink
README: fix typo in server_example invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
henrytill committed Feb 21, 2023
1 parent 92f64e6 commit a8bbb01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ EOF
```
then build and execute the example with
```
$ dune exec ./client_example.exe
$ dune exec ./server_example.exe
```

As in the previous example, here we are explicitly mentioning conduit-lwt to
Expand Down

0 comments on commit a8bbb01

Please sign in to comment.