From 7db0aaa4dce60de34baf567bdef6370d8bb96403 Mon Sep 17 00:00:00 2001 From: Dmitry Isaenko Date: Sun, 3 Dec 2017 10:45:33 +0300 Subject: [PATCH] v.1.4 misc updates:README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ea8f2f..452494e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Key feachures and limitations: * Dumb flood-control * Authorization only as: /nickserv IDENTIFY [password] -# License +## License Source code spreads under the GNU General Public License v.3. You can find it in LICENSE file or just visit www.gnu.org (it should be there for sure). It also uses libircclient writted by George Yunaev, that is stored at ./src/libircclient-1.9. Libircclient is licensed under Lesser General Public License version 3 or higher. @@ -27,7 +27,7 @@ It also uses libircclient writted by George Yunaev, that is stored at ./src/lib $ make # sudo make install ``` -# Uninstall +## Uninstall ``` make uninstall ```