Skip to content

Commit 190c85d

Browse files
committed
docs: [README] Small corrections
1 parent ad0b5c9 commit 190c85d

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
# p2chat
1+
# P2Chat
2+
P2Chat - is a core local messenger library, which based on Libp2p stack.
23

3-
## What is this and how do I do rest of my life about it?
4-
p2hcat - is a core local messenger library, which based on Libp2p stack.
5-
6-
p2chat basicly supports discovery through **mdns** service and support messaging via **PubSub**
4+
P2Chat basicaly supports discovery through **mDNS** service and support messaging via **PubSub**
75

86
It supports next features:
9-
- devices autodiscovery by `Rendez-vous string`
7+
- devices autodiscovery by `Rendezvous string`
108
- topic list exchanging between peers
119
- autoconnect group chats by `PubSub`
1210
- default signing and validating messages (crypto) *[validation is temporary off, due to the incorrect signing messages on Android]*
@@ -23,4 +21,4 @@ $ go mod tidy
2321
$ go get -v -d ./... # not sure that it's neccessary
2422
$ make
2523
```
26-
Builded binary will be in ./cmd/
24+
Builded binary will be in `./cmd/`

0 commit comments

Comments
 (0)