From 87e9ee1072e2d2f78cd05bcfbb48dfac53391ba0 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 8 Jan 2023 14:50:28 -0500 Subject: readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6fe1670..2f718fd 100644 --- a/README.md +++ b/README.md @@ -38,19 +38,19 @@ Run the following steps to see the example above in action. 1. Clone the repository - git clone https://git.capotej.com/capotej/communique + git clone https://git.capotej.com/capotej/communique 2. Go to the directory - cd communique + cd communique 3. Compile and run it (feel free to click Deny on any firewall warnings) - go run main.go + go run main.go 4. In another terminal, you can now see the actor page - curl -H 'Accept: application/json' http://localhost:8080/actors/sample | python3 -m json.tool + curl -H 'Accept: application/json' http://localhost:8080/actors/sample | python3 -m json.tool 5. And their outbox -- cgit v1.2.3