revise the top section on readme

This commit is contained in:
Yuichi Nishiwaki 2014-01-17 21:11:43 +09:00
parent dd9f7a2a55
commit f8748dfd64
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
# Picrin - a lightweight scheme interpreter [![Build Status](https://travis-ci.org/wasabiz/picrin.png)](https://travis-ci.org/wasabiz/picrin)
# Picrin [![Build Status](https://travis-ci.org/wasabiz/picrin.png)](https://travis-ci.org/wasabiz/picrin)
Picrin is a lightweight scheme implementation intended to comform full R7RS specification. Its code is written in pure C99 and does not requires any special external libraries installed on the platform.
## Features