Skip to content

Commit 53abff6

Browse files
authored
Formatting changes to readme
1 parent ffab0bc commit 53abff6

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,11 @@ All packaging actions are handled by [electron-builder](https://github.com/elect
137137

138138
# Post Release Configuration
139139
## Deploying with pre-configured servers
140-
You can bundle a 'servers.json' with the install will define what servers the client will connect and will populate the server list in the sidebar.
140+
You can bundle a `servers.json` with the install which will define what servers the client will connect to and will populate the server list in the sidebar.
141141

142-
If this file is found, the initial "Connect to server" screen will be skipped and it will attempt to connect to the first server in the array that has been defined and drop the user right at the login screen.
142+
If this file is found, the initial "Connect to server" screen will be skipped and it will attempt to connect to the first server in the array that has been defined and drop the user right at the login screen.
143143

144-
servers.json needs to be placed in the %APPDATA% folder for the User not the System wide one.
144+
The `servers.json` file needs to be placed in the `%APPDATA%` folder for the User not the System wide one.
145145

146146
```
147147
%APPDATA%/Rocket.Chat+/servers.json
@@ -150,8 +150,8 @@ servers.json needs to be placed in the %APPDATA% folder for the User not the Sys
150150
The syntax/layout of servers.json is as follows:
151151
```
152152
{
153-
"MyRocketChatServer": "https://my-chat-server-url.com",
154-
"Server2": "https://demo.rocket.chat"
153+
"MyRocketChatServer": "https://my-chat-server-url.com",
154+
"Server2": "https://demo.rocket.chat"
155155
}
156156
```
157157

@@ -164,6 +164,7 @@ and on windows:
164164
```
165165
C:\Users\<username>\AppData\Roaming\Rocket.Chat+\servers.json
166166
```
167+
167168
# Useful links
168169

169170
http://developerthing.blogspot.com.br/2017/01/awesome-electron.html

0 commit comments

Comments
 (0)