commit 85c5a1b
Merge pull request #2 from naltun/fix/remove-trailing-whitespace Remove trailing whitespace in `README.md` files
2 files changed,
+8,
-8
+6,
-6
1@@ -13,8 +13,8 @@ make install-conf
2
3 ### Startup Scripts
4 Parados has platform specific init scripts to launch it. As
5-of now, there is: OpenBSD(rcctl)
6-startup scripts.
7+of now, there is: OpenBSD(rcctl)
8+startup scripts.
9
10 ```sh
11 make install-rcctl # Change to init platform script
12@@ -32,16 +32,16 @@ man 5 parados.conf # Parados configuration
13
14 ### Clients
15 In the parados Git repo, you can find two clients which use
16-the protocol.
17+the protocol.
18
19 First, _gorados_ is a Go based WebUI; it is
20 bare bones and if anyone would like to contribute, feel free
21-to do so!
22+to do so!
23
24 Second, _shrados_ is a client written in POSIX shell. A list
25 of dependancies are in the [README](clients/shrados/README.md).
26 It behaves like a parados shell and is the one I peronally
27-use.
28+use.
29
30 ### Issues
31 If you find a bug or would like to suggest something,
32@@ -55,7 +55,7 @@ on what is being changed, added or removed. **The code
33 style (indentation, variable names, formatting) should
34 _not_ be altered.** Please make sure you know how the
35 formatting of the project looks like before submitting
36-a PR.
37+a PR.
38
39 > Note: it is recommended you don't expose parados itself
40 > but rather the client if using a web client. Also setting
+2,
-2
1@@ -1,5 +1,5 @@
2-### shrados
3-is a _sh_ based client for parados.
4+### shrados
5+is a _sh_ based client for parados.
6 Dependancies are:
7 - curl
8 - awk