Skip to content

Commit 33e1b79

Browse files
committed
Grammar corrections
1 parent 63d78da commit 33e1b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README_DEV.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ pip install --user -e ./
5959

6060
***First update the __version__ number in streaming_data_types/__init__.py and push the update to the repository.***
6161

62-
Uninstall streaming_data_types if you have previous installed it from PyPi:
62+
Uninstall streaming_data_types if you have previously installed it from PyPi:
6363
```
6464
pip uninstall ess_streaming_data_types
6565
```
@@ -93,7 +93,7 @@ Unfortunately, flatbuffers is not on test.pypi.org so the following error may oc
9393
```
9494
ERROR: Could not find a version that satisfies the requirement flatbuffers
9595
```
96-
The workaround is install flatbuffers manually first using `pip install flatbuffers` and then rerun the previous command.
96+
The workaround is to install flatbuffers manually first using `pip install flatbuffers` and then rerun the previous command.
9797

9898
Test the module using the existing test-suite (from project root):
9999
```

0 commit comments

Comments
 (0)