From 9361e5e6e226c7ceed9cef39794ad249a7b575ba Mon Sep 17 00:00:00 2001 From: ohbarye Date: Tue, 2 Aug 2016 00:30:52 +0900 Subject: [PATCH] Fix #2 : not mdsvr but markdownserver --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 34fcdc1..c73cb31 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ You don't need any special preparation to try to start server. Just execute belo $ virtualenv .venv $ source .venv/bin/activate (.venv)$ pip install -r requirements.txt - (.venv)$ mdsvr + (.venv)$ markdownserver Bottle v0.12.8 server starting up (using WSGIRefServer())... Listening on http://localhost:8009/