Skip to content

Commit 61bdec7

Browse files
committed
Fix readme documentation
1 parent 7e12ea8 commit 61bdec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ If you're feeling curious. You can take a look at a more detailed architecture [
4242

4343
## To Run Locally
4444

45-
1. Add more routes in the test.py file(if you like). It only supports only get requests at the moment
45+
1. Add more routes in the `integration_tests/base_routes.py` file(if you like). It only supports only get requests at the moment
4646

4747
2. Run `maturin develop`
4848

49-
3. Run `python3 test.py`
49+
3. Run `python3 integration_tests/base_routes.py`
5050

5151
## To Run
5252

0 commit comments

Comments
 (0)