From 157570a2a98a1eeddb5056e0c26ebcb22530a356 Mon Sep 17 00:00:00 2001 From: Peter Hatina Date: Sat, 11 Jan 2020 10:04:38 +0000 Subject: [PATCH] Fix Markdown sections in README.md --- README | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README b/README index 91be6d8..1a3a594 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -= Invoice +# Invoice This is my quick and dirty invoice system I am going to use for my invoices in year 2012. @@ -6,9 +6,9 @@ in year 2012. The program is higly experimental and users are expected to know at least a bit of Python coding. Feedback is appreciated. -Pavel Å imerda +Pavel æimerda -== License +## License This version of the source code is released into public domain, future releases may adopt a BSD-like license. @@ -19,7 +19,7 @@ may adopt a BSD-like license. * python3-tempita 0.5.1 * pdflatex -== Installation +## Installation You don't need to install, just make a symlink to the invoice script in ~/bin or /usr/bin/local. @@ -35,11 +35,11 @@ You will need to make the following symlinks or directories in ~/.invoice/ Use the code or error messages in case this list is incomplete. Use -D for debugging. -== User configuration +## User configuration For now an empthy ~/.invoice/config should do. -== Basic usage +## Basic usage Export EDITOR and PDF_VIEWER environment variables to choose your favourite text editor and PDF viewer. Defaults are 'vim' and 'xdg-open'.