diff --git a/README.md b/README.md index fdc8d80..bee1585 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,18 @@ Create fake REST API in a minute Issue following command: pip install liaar + +or with `easy_install`: -Above command installs all dependecies automatically. Then use following command to run the liaar: + easy_install liaar + +Above commands install all dependecies automatically. Then use following command to run the liaar: liaar +Then you should see the liaar picture. -##How to use? +##How to use You should create directories as resources’ namespace and place JSON files inside them as API methods.