Skip to content

Commit

Permalink
Update installation.rst - fix typos (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Preston Badeer <[email protected]>
  • Loading branch information
pbadeer authored Sep 18, 2024
1 parent 8501ba5 commit 1f4c4ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ A guide on how to install Salesman.
.. raw:: html

<h3>3. Add neccesary urls in <code class="literal">urls.py</code></h3>
<h3>3. Add necessary urls in <code class="literal">urls.py</code></h3>

.. code:: python
Expand All @@ -59,8 +59,8 @@ A guide on how to install Salesman.
python manage.py runserver
.. tip::
It is recommended to configure and setup all Salesman models as swappable even if it's not neccesary at the begining.
This will future proof your application in case you wish to add it later.
It is recommended to configure and setup all Salesman models as swappable even if it's not necessary at the beginning.
This will future-proof your application in case you wish to add it later.
This has to be done before the initial migrations are created. See :ref:`swappable_models`.

**Done!** Salesman is installed and you can navigate the API by going to ``http://localhost:8000/api/``.
Expand Down

0 comments on commit 1f4c4ea

Please sign in to comment.