From 0cb357a2095051071a7689e192b5f4c3a6c46d75 Mon Sep 17 00:00:00 2001 From: Matt Mascarenhas Date: Wed, 21 Jun 2017 22:45:06 +0100 Subject: [PATCH] README.md: Fix path to insobot's quotes [#26] --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3b4c470..a453719 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Fair warning: This is all under development and not production ready -## hmml_to_html.c +## hmml_to_html ### Build @@ -25,8 +25,8 @@ Note that if the .hmml file contains quotes (as `test.hmml` does), it would be easiest for now just to remove the quote from `test.hmml`. If you want quotes to work, run: - mkdir /home/matt/GitHub/insofaras/25fc16d58a297a486334 - git clone https://gist.github.com/insofaras/25fc16d58a297a486334 /home/matt/GitHub/insofaras/25fc16d58a297a486334 + mkdir /home/matt/git/GitHub/insofaras/25fc16d58a297a486334 + git clone https://gist.github.com/insofaras/25fc16d58a297a486334 /home/matt/git/GitHub/insofaras/25fc16d58a297a486334 (Seriously, the path is hardcoded for now)