From 88906787b53887fd01fbe745ea0c4f24361bca30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Sw=C3=A4rd?= Date: Tue, 19 Nov 2024 15:25:28 +0100 Subject: [PATCH] Fix typo (#85) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Daniel Swärd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7a8e35..11e2ac5 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ $ docker-compose up Then start RUN-DSP connecting to the reference provider: ```sh -$ go run ./cmd/ -c ./conf/localdev.toml sever +$ go run ./cmd/ -c ./conf/localdev.toml server ``` You can now start hacking and testing RUN-DSP.