From c61f8457418235c151a51ad93a77ac5c2698f512 Mon Sep 17 00:00:00 2001 From: Robert Maikher Date: Mon, 1 Jan 2018 11:58:25 +0100 Subject: [PATCH] Readme typos --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4a612c9..1f45230 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -# cardmaker +# Cardmaker This is a simple cardmaker i made for our homebrew tabletop RPG. It is a simple webserver running locally, allowing you to make and manage your card deck. It uses *sanic+uvloop* to serve http, *airspeed* to render velocity templates and pyYAML to store and parse the cards. -## dependencies: +## Dependencies: This requires python 3.6 or newer, and could perhaps be reworked into working with python 3.5. The required python dependencies are listed in requirements.txt: pip install -r requirements.txt -## running the server +## Running the server If you have a working install of [entr](http://entrproject.org/), then you can start the server running: @@ -23,6 +23,6 @@ If can otherwise run the server using When the server is running, you should be able to access it at [localhost:8000](http://localhost:8000) -## Lisence +## License -This is release under BSD 3-clause license, see the file LICENSE for more information +This is released under BSD 3-clause license, see the file LICENSE for more information