From 13c1bfa15d0c0af23500c28036f5b9e22d356f6e Mon Sep 17 00:00:00 2001 From: Robert Romano Date: Mon, 19 Nov 2012 21:49:43 -0800 Subject: [PATCH] In example, fix name of DRF when cloned. --- docs/topics/contributing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/topics/contributing.md b/docs/topics/contributing.md index 959abc818..ddc89a3fb 100644 --- a/docs/topics/contributing.md +++ b/docs/topics/contributing.md @@ -20,8 +20,8 @@ Then, invoked the `runtests/runtests.py` script to execute all unittests. Here is an example session: ``` -/home/mydir/djangorestframework$ export PYTHONPATH=/home/mydir/djangorestramework:$PYTHONPATH -/home/mydir/djangorestframework$ rest_framework/runtests/runtests.py +/home/mydir/django-rest-framework$ export PYTHONPATH=/home/mydir/djangorestramework:$PYTHONPATH +/home/mydir/django-rest-framework$ rest_framework/runtests/runtests.py ``` ## Building the docs