diff options
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # likha-pdf -a simple web app that converts markdown to pdf using pandoc and lualatex. +a simple and crappy web app that converts markdown to pdf using pandoc and lualatex. ## features @@ -40,4 +40,4 @@ docker build -t likha-pdf . docker run -p 5000:5000 likha-pdf ``` -open `http://localhost:5000`
\ No newline at end of file +open `http://localhost:5000` |
