diff --git a/README.md b/README.md index 11a573e3..de2d0fda 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ - This product is developed at the second-grade course, Informatic Science Basic Experiment class at the University of Tokyo. + This product is developed at the second-grade course, Informatic Science + Basic Experiment class at the University of Tokyo. # Picrin - a lightweight scheme interpreter @@ -12,6 +13,12 @@ - exact GC (simple mark and sweep strategy) - advanced REPL support (multi-line input, etc) +## Homepage + +Currently picrin is hosted on Github. You can freely send a bug report or pull-request, and fork the repository. + +https://github.com/wasabiz/picrin + ## How to use it - build