git ssb

10+

Matt McKegg / patchwork



Commit 309e74ff2caff03527d5f5bc77a2e35d3330ddcf

Fix various typos and capitalization in README.md

Jordan Danford committed on 2/1/2018, 11:17:12 AM
Parent: 2241b99edee2e9e03c9015b258f3c80d5973a9fc

Files changed

README.mdchanged
README.mdView
@@ -30,18 +30,18 @@
3030 - Private messages are end-to-end encrypted, always.
3131 - You have to follow somebody to get messages from them, so you won't get spammed.
3232 - Your mail can be public broadcasts or private, and you'll only see replies by people you follow.
3333 - The datastructure is a global mesh of append-only logs, which can support new types of data (not just "mail").
34- - Users are not bound to one server/host (what we call "pubs") and do not have to trust the servers.
35- - It's very easy to setup and maintain your own pub.
34+ - Users are not bound to one server/host (what we call "Pubs") and do not have to trust the servers.
35+ - It's very easy to setup and maintain your own Pub.
3636
37-It's better than twitter and facebook because:
37+It's better than Twitter and Facebook because:
3838
3939 - Private messages are end-to-end encrypted, always.
4040 - The software runs on your device, so there's nobody tracking your browsing.
41- - The application-code is FOSS, so you're free to fork or write new applications without a gatekeeper setting terms.
41+ - The application code is FOSS, so you're free to fork or write new applications without a gatekeeper setting terms.
4242 - Data is saved to your disk, and so the application works offline.
43- - You can sync directly with friends over the wifi.
43+ - You can sync directly with friends over Wi-Fi.
4444
4545 ## Pubs
4646
4747 In order to gossip outside your local network, you'll need to connect to a [Pub](https://www.scuttlebutt.nz/concepts/pub.html).
@@ -49,9 +49,9 @@
4949 You can find an invite to an available pub at the [Pub servers registry](https://github.com/ssbc/scuttlebot/wiki/Pub-Servers).
5050
5151 Get an invite, then in `patchwork`: click "+ Join Pub" and paste the invite code.
5252
53-This will cause you to follow the Pub and vise versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes.
53+This will cause you to follow the Pub and vice versa. If you haven't synchronized to this social network yet, prepare to wait a few minutes while your local server synchronizes.
5454
5555 ## Install
5656
5757 ### Download installers for Windows, macOS and Linux
@@ -76,9 +76,11 @@
7676 ```shell
7777 sudo apt-get install g++ m4 libtool automake libgconf-2-4 # build tools
7878 sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev # spellchecker headers
7979 ```
80+
8081 On Fedora Linux:
82+
8183 ```shell
8284 sudo dnf install libXext-devel libXtst-devel libxkbfile-devel gcc-c++ m4 automake libtool
8385 ```
8486
@@ -91,9 +93,8 @@
9193 ## Code of conduct
9294
9395 Please note that this project is released with a [Contributor Code of Conduct](code-of-conduct.md). By participating in this project you agree to abide by its terms.
9496
95-
9697 ## Docs
9798
9899 - [scuttlebutt.nz](https://www.scuttlebutt.nz)
99100 - [scuttlebot.io](https://scuttlebot.io)

Built with git-ssb-web