diff --git a/README.md b/README.md index cfc6fd6aff184ef57de94ce15ded04a0e7562dec..e28bc195055848dce968a51e01e8b9a54b189adc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ pipenv install -e /path/to/spotseeker_client # wiscout/settings.py INSTALLED_APPS = [ ... -'spotseeker_client', +'spotseeker_restclient', .... ] ```