Skip to content

Commit c6d0a53

Browse files
nithinbekalcoderhs
authored andcommitted
Fix typos in readme
1 parent d4ef349 commit c6d0a53

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,20 @@
11
# The Red Book
22

3-
This document is guide on how we work.
3+
This document is guide on how we work at Red Panthers.
44

55
## create a new entry
66

77
To create a new entry we have created a rake task.
88

99
```sh
10-
1110
rake entry
12-
1311
```
1412

15-
It would ask you for the section id, class, title and priroty number. The number decides the positon of the document
13+
It will ask you for the section id, class, title and priority number. The number decides the positon of the document
1614
in the table of contents.
1715

1816
As per our internal convention numbers
1917

2018
* `1000 - 2999` will have the generate introduction & notes
21-
* `3000 - 89000` would have the various technical guidelines on coding
22-
* `9000 & beyond` would cover the non technical topics like project management, etc
19+
* `3000 - 8900` would have the various technical guidelines on coding
20+
* `9000 & beyond` would cover the non technical topics like project management, etc

0 commit comments

Comments
 (0)