From 96fb729c8e82c16e4879ca74fa39b1abd7afdea5 Mon Sep 17 00:00:00 2001 From: Nuwan Rajika Kumarasiri <nuwan.kumarasiri@wisc.edu> Date: Fri, 19 Oct 2018 15:55:06 -0500 Subject: [PATCH] Correct the module name for spotseeker_restclient --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cfc6fd6..e28bc19 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', .... ] ``` -- GitLab