diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
index 4d04876a..2adf1bae 100644
--- a/CONTRIBUTING.rst
+++ b/CONTRIBUTING.rst
@@ -43,6 +43,16 @@ django-taggit uses `tox `_ to run tests:
tox
+Running the sample application
+------------------------------
+
+There is a sample application in ``sample_taggit``. You can run it by doing the following:
+
+- Run migrations with ``sample_taggit/manage.py migrate``
+- Make yourself a superuser with ``sample_taggit/manage.py createsuperuser`` (this should let you use the admin with ease)
+- Launch the sample project itself with ``sample_taggit/manage.py runserver``
+
+
Follow style conventions (black, flake8, isort)
-----------------------------------------------
diff --git a/sample_taggit/templates/index.html b/sample_taggit/templates/index.html
index 6f5f77e1..04e9c2df 100644
--- a/sample_taggit/templates/index.html
+++ b/sample_taggit/templates/index.html
@@ -19,6 +19,6 @@
Sample Taggit App
(No posts yet, go to the admin to create some)
{% endfor %}
- Go to admin and manage more data
+ Manage data in the admin