Skip to content

Commit a8ffe9a

Browse files
improve readme.md
1 parent 61f1010 commit a8ffe9a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,28 @@
22
ZulipCSharp is a library to connect to a Zulip server via API based on .NET Core
33

44
## Devlopment
5-
Fork the repo and then clone it and
5+
Fork the repo, clone it and
66
then follow instructions per platform
77

88
Join us at [zulip chat ZulipAPI.NET stream](https://chat.zulip.org/#narrow/stream/ZulipAPI.2ENET)
99

1010
### Windows and MacOS
11-
If you havn't already download
12-
[Visual Studio IDE form here](https://www.visualstudio.com/vs/), and [node.js](https://nodejs.org/en/download/).
11+
If you haven't already downloaded these:
12+
13+
* [Visual Studio IDE](https://www.visualstudio.com/vs/)
14+
* [node.js](https://nodejs.org/en/download/).
1315

1416
```
1517
# download dependencies for local server
1618
cd test-server
1719
npm i
1820
```
1921

20-
2122
### Linux
22-
Since Visual Studio IDE is not avalible for linux we need
23-
to get `dotnet`. Node for test server.
23+
Since Visual Studio IDE is not available for Linux we need
24+
to get `dotnet core`. Node for test server.
2425

25-
- To get dotnet follow instructions here https://www.microsoft.com/net/download/linux
26+
- To get dotnet follow instructions here https://www.microsoft.com/net/download/linux, download the SDK
2627
- To get node follow instructions here https://nodejs.org/en/download/
2728

2829

@@ -37,7 +38,7 @@ to get `dotnet`. Node for test server.
3738

3839

3940
### Pull Request
40-
commit messages should be formatted like below
41+
commit messages should be formatted like below (present tense)
4142
```
4243
unit tests: add tests for file
4344
(part of project): (summary of changes made)
@@ -54,7 +55,7 @@ dependencies in `test-server`
5455
npm start
5556
```
5657

57-
or to run test on command prompt/terminal
58+
or to run test on command prompt / terminal
5859

5960
```
6061
# on root directory

0 commit comments

Comments
 (0)