Fix some links in the readme file

This commit is contained in:
Gustavo Cordova Avila
2022-11-09 14:46:23 -08:00
parent e1423a70d5
commit 33e3198938

View File

@@ -1,5 +1,5 @@
# SonicClient
This is a rudimentary (Sonic)[https://github.com/valeriansaliou/sonic]
This is a rudimentary [Sonic](https://github.com/valeriansaliou/sonic)
command-line client that I'm using to interact with a locally running
service.
@@ -17,7 +17,7 @@ $ docker-compose up -d; docker-compose logs -f
```
## Client
To build the client you need a (Nim)[https://nim-lang.org/] compiler
To build the client you need a [Nim](https://nim-lang.org/) compiler
for your target architecture; once it's available, along with the
`nimble` tool, you can build the client with:
```sh