Skip to content

Commit e49778e

Browse files
Fix grammar and broken page links in README.md (eclipse-score#395)
Corrected typo, grammatical errors and broken page reference links in README. Signed-off-by: Chidananda Swamy R <chidananda.swamy@ltts.com>
1 parent e6460ed commit e49778e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ It should be treated as a 'get-started' guide, giving you all needed information
3030
- Python
3131
- Git
3232
- **VSCode** (Optional)
33-
- Several integrations and guides are development primarily with VS Code in mind.
33+
- Several integrations and guides are developed primarily with VS Code in mind.
3434

3535

3636

@@ -68,17 +68,17 @@ src/
6868
```
6969

7070

71-
Find all important bazel commands in the [project README](/README.md)
71+
Find all important Bazel commands in the [project README](/README.md)
7272

73-
Find everything related to testing and how to add your on test suite [here](/tools/testing/pytest/README.md)
73+
Find everything related to testing and how to add your own test suite [here](/src/tests/README.md)
7474

7575
## Developing new tools
7676

7777
1. Place code in appropriate directory or create new ones. E.g. sphinx-extensions inside `extensions`
7878
2. Create a dedicated test directory
7979
3. Include an appropriate README in markdown
8080

81-
> If you want to develop your own sphinx extension, check out the [extensions guide](/src/extensions/README.md)
81+
> If you want to develop your own Sphinx extension, check out the [extensions guide](/src/extensions/README.md)
8282
8383
## Updating dependencies
8484

0 commit comments

Comments
 (0)