aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-08 19:50:28 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-08 19:50:28 +0000
commit87e9ee1072e2d2f78cd05bcfbb48dfac53391ba0 (patch)
tree369c86768532c6fe0e74c6b95a455b53c6b7ebce
parenta40654132655fc3f5e57f31cb8eda36a28ec6d1d (diff)
downloadcommunique-87e9ee1072e2d2f78cd05bcfbb48dfac53391ba0.tar.gz
readme
Diffstat (limited to '')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
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