Skip to content

Commit

Permalink
README.md: fix Usage command error
Browse files Browse the repository at this point in the history
  • Loading branch information
ryukinix committed Mar 11, 2019
1 parent 1cae247 commit ed03156
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 @@ -33,12 +33,12 @@ implementations:

Load the server
```bash
$ ./lisp-chat-server localhost
$ lisp-chat-server localhost
```

Create a client
```bash
$ ./lisp-chat localhost
$ lisp-chat localhost
```

As alternative of `localhost` you can use `server.lerax.me` which
Expand Down

0 comments on commit ed03156

Please sign in to comment.