Skip to content

Commit

Permalink
Merge pull request #974 from henrytill/README-fix-typo-server-example
Browse files Browse the repository at this point in the history
README: fix typo in server_example invocation
  • Loading branch information
mseri committed Feb 21, 2023
2 parents 92f64e6 + a8bbb01 commit f5b222c
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 f5b222c

Please sign in to comment.