Skip to content

Commit 3798078

Browse files
authored
Fix typos (#205)
1 parent bf40f33 commit 3798078

File tree

1 file changed

+3
-3
lines changed
  • examples/official-site/your-first-sql-website

1 file changed

+3
-3
lines changed

examples/official-site/your-first-sql-website/tutorial.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,12 +190,12 @@ For example, if you are using SCP, you can run the following command from your l
190190

191191
`scp -r /path/to/your/sqlpage/folder username@your-vps-ip-address:/path/to/destination`
192192

193-
### Run sqlpage on the server
193+
### Run SQLPage on the server
194194

195-
Once your SQLPage website files are on the server, you can run sqlpage on the server, just like you did on your local computer. Download the sqlpage for linux binary and upload it to your server.
195+
Once your SQLPage website files are on the server, you can run SQLPage on the server, just like you did on your local computer. Download the SQLPage for linux binary and upload it to your server.
196196

197197
Then, run the following command on your server:
198198

199199
`./sqlpage`
200200

201-
To access your website, enter the adress of your VPS in your adress bar, followed by the port on which sqlpage runs. For instance: http://123.123.123.123:8080.
201+
To access your website, enter the address of your VPS in your address bar, followed by the port on which SQLPage runs. For instance: http://123.123.123.123:8080.

0 commit comments

Comments
 (0)