Skip to content

Commit f5ff796

Browse files
Merge pull request #174 from CodeForPhilly/docs-patch-1
Update app-dev.md
2 parents 4e3a0a5 + b9196fa commit f5ff796

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contributing/app-dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ streamlit run src/app.py
4949

5050
### Application files
5151

52-
- `penn_chime/app.py`: Main source for the application
53-
- `penn_chime/test_app.py`: [pytest](https://docs.pytest.org/en/latest/) tests for `app.py`
52+
- `src/app.py`: Main source for the application
53+
- `src/test_app.py`: [pytest](https://docs.pytest.org/en/latest/) tests for `app.py`
5454
- `script/`: Developer workflow scripts following [GitHub's Scripts To Rule Them All](https://github.com/github/scripts-to-rule-them-all) pattern.
5555
- `.streamlit/`: [Streamlit config options](https://docs.streamlit.io/cli.html)
5656
- `.env`: Local environment variables to use when running application, this file is copied from `.env.example` to start you out and then ignored by git

0 commit comments

Comments
 (0)