Skip to content

Commit 55147d6

Browse files
authored
improve wording
1 parent 3ef710e commit 55147d6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ These servers are build as a proof of concept and a challenge to myself. They ca
2222

2323
## Building
2424

25-
If you are adding features or debugging a server run: make [debug]
25+
If you are adding features or debugging a server run: `make [debug]`
2626

27-
If optimizing run: make profile
27+
If optimizing run: `make profile`
2828

29-
* An alternative would be to compile the source code using: make [debug] and use the OProfile program.
29+
* An alternative would be to compile the source code using: `make [debug]` and use the OProfile program.
3030

31-
If using for production run: make production
31+
If using for production run: `make production`
3232

3333
### Options
3434

@@ -51,7 +51,7 @@ All servers follow a rolling log file implementation where logs follow the struc
5151

5252
2. Given the C languange is a non object oriented language the use of a true database ORM is not possible. An intermediate knowledge if the SQL language is recommended when using the database API.
5353

54-
3. These servers are custom build from the ground up and as such are not HTTP 1.1 or HTTP 1.0 compliant. With this said the servers follow closely HTTP 1.0.
54+
3. These servers are custom build from the ground up and, as such, are not HTTP 1.1 or HTTP 1.0 compliant. With this said, the servers follow closely the HTTP 1.0 specification.
5555

5656
4. None of the servers are load balancing capable or implement connection timeouts.
5757

0 commit comments

Comments
 (0)