Commit 87ea53309523960e0c134c65d3ec05d71c9f3495
docs: wording, grammar
decentral1se committed on 10/12/2022, 10:45:04 AMParent: 1d2442f3b7a82edd2fa8ecffb5958126a660e5c8
Files changed
README.md | changed |
README.md | |||
---|---|---|---|
@@ -1,14 +1,15 @@ | |||
1 | 1 … | # mini-go-sbot | |
2 | 2 … | ||
3 | 3 … | A stripped down version of `cmd/go-sbot/main.go` from `go-ssb` for testing | |
4 | 4 … | purposes. Works well with a local Patchwork for testing replication, messages, | |
5 | -etc. and prototyping scripts and client building with Go. Easy to hack on. | ||
5 … | +etc. as well as prototyping scripts and client building with Go. Easy to hack | ||
6 … | +on. | ||
6 | 7 … | ||
7 | 8 … | * Local discovery is enabled by default | |
8 | -* Live replication enable by default | ||
9 … | +* Live replication is enabled by default | ||
9 | 10 … | * Listening on non-default ports (`:8009`/`:8988`) to support local Patch* client testing | |
10 | -* EBT is disabled (not so reliable atm, `scuttlego` will fix this soon, we hope) | ||
11 … | +* EBT replication is disabled (not so reliable atm, `scuttlego` will fix this soon, we hope) | ||
11 | 12 … | * Hops is set to 3 | |
12 | 13 … | * UNIX socket enabled for local `sbotcli` testing | |
13 | 14 … | ||
14 | 15 … | `go run mgsbot.go` |
Built with git-ssb-web