From b52b7211ef962b621bf2a2f73f24e8a8ab0e49d3 Mon Sep 17 00:00:00 2001 From: Karl Fogel Date: Thu, 5 Sep 2024 10:19:34 -0500 Subject: [PATCH] Minor text formatting fix to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3df5c1b..c366519 100644 --- a/README.md +++ b/README.md @@ -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 ```