Skip to content

Commit

Permalink
Merge pull request #31 from OpenTechStrategies/doc-tweak
Browse files Browse the repository at this point in the history
Minor text formatting fix to README.md
  • Loading branch information
hminsky2002 authored Sep 6, 2024
2 parents 3af9f63 + b52b721 commit e7ee7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ and then the following path:
```python
re_path(r"^", include("archesdataviewer.urls")),
```
4. From your project run migrate to add the model included in the app(This step is currently unecessary as the django app does not provide any new models, but may become needed in the future):
4. From your project run migrate to add the model included in the app (this step is currently unecessary, as the Django app does not provide any new models, but may become needed in the future):
``` python manage.py migrate ```
5. Navigate to ```
http://{your_arches_instance_url}/archesdataviewer ```
Expand Down

0 comments on commit e7ee7d7

Please sign in to comment.