a47b557c85b89754a34b8aa378ca0b2b4b52b4d6
commit a47b557c85b89754a34b8aa378ca0b2b4b52b4d6
Author: spesk1 <spesk@pm.me>
Date: Mon Jun 24 00:28:26 2019 +0000

Updated README till I fix the md parser

diff --git a/.gitignore b/.gitignore
index 54f6e63..a4476eb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
gsgd.log
+gsg.log
talk.gsgd
diff --git a/README.md b/README.md
index 623cb0f..e663ad2 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,6 @@ You can use server side git hooks such as ``post-receive` to trigger gsgd.

A `post-receive` script example:
```
-#!/bin/bash
echo -ne "Regen\n" >> /some/path/to/talk.gsgd
```