Skip to content

Commit 1176c86

Browse files
authored
Merge pull request #6 from oskarpearson/fix_smoke_test_command
Fix typo in setup command
2 parents f9086db + 694a2be commit 1176c86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ pydoc stdprojectexample
5656
Run smoke tests.
5757
```
5858
# make test
59-
# python setupd.py test
59+
# python setup.py test
6060
```
6161
Update changelog.
6262
We're about to create new commits.
@@ -125,4 +125,3 @@ To install an arbitrary (eg `dev`) version using pip without cloning the repo:
125125
```
126126
pip install -U http+https://github.com/openaps/stdprojectexample.git@dev
127127
```
128-

0 commit comments

Comments
 (0)