From 6b1bb33b6639f1006ff766e6793bb19a41f45e39 Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Sun, 23 Sep 2018 18:34:53 -0400 Subject: [PATCH] update readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 82c0b50..8975425 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,8 @@ Previous releases of ITHVNR can be found [here](https://github.com/mireado/ITHVN ## Extensions -See my [Example Extension project](https://github.com/Artikash/ExampleExtension) to see how to build an extension. +See my [Example Extension project](https://github.com/Artikash/ExampleExtension) to see how to build an extension.
+See the extensions folder and my [Extensions project](https://github.com/Artikash/Extensions) for examples of what extensions can do. ## Compiling @@ -44,7 +45,7 @@ The text that the host receives through the pipe is then processed a little befo ## Contributing -All contributions are appreciated! Please email (no, I'm not busy!) me at akashmozumdar@gmail.com if you have any questions about the codebase; I know it's messy and undercommented.
+All contributions are appreciated! Please email (no, I'm not busy!) me at akashmozumdar@gmail.com if you have any questions about the codebase.
You should use the standard process of making a pull request (fork, branch, commit changes, make PR from your branch to my master). ## License