Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrouhi13 committed Feb 12, 2019
1 parent 933a63e commit 8da376f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Introduction
============

Django package implementation of `Djecrety <https://dejcrety.ir/>`_ web tool.
Django package implementation of `Djecrety <https://djecrety.ir/>`_ web tool.
**Djecrety** package provides a command to generate a new secret key for your project and save it to ``settings.py`` file.

You can use `Djecrety <https://dejcrety.ir/>`_ web tool or simply install this package for automated testing and deployment.
You can use `Djecrety <https://djecrety.ir/>`_ web tool or simply install this package for automated testing and deployment.

Developed by `Majid Rouhi <https://www.thiswayyoufools.com/>`_ with passion & patience.
8 changes: 4 additions & 4 deletions docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ Let's go!

.. code-block:: text
$ ./manage.py dejcrety
$ ./manage.py djecrety
* With ``-s`` argument, save the generated secret key to ``settings.py`` file:

.. code-block:: text
$ ./manage.py dejcrety -s
$ ./manage.py djecrety -s
* With ``-p`` argument, display the generated secret key when saving on file:

Expand All @@ -25,7 +25,7 @@ Let's go!

.. code-block:: text
$ ./manage.py dejcrety -sp
$ ./manage.py djecrety -sp
* With ``-d`` argument, specify settings directory name:

Expand All @@ -35,4 +35,4 @@ Let's go!

.. code-block:: text
$ ./manage.py dejcrety -sp
$ ./manage.py djecrety -sp

0 comments on commit 8da376f

Please sign in to comment.