Merge pull request #60 from aj-michael/master

Minor README.md enhancement
original commit: f8f4f81c5d00241246b0aaa3b5f393f0244a5fc7
This commit is contained in:
R. Kent Dybvig 2016-06-01 11:27:01 -04:00
commit 6435204d39

View File

@ -1,8 +1,8 @@
Chez Scheme is a compiler and run-time system for the language of Chez Scheme is a compiler and run-time system for the language of
the Revised^6 Report on Scheme (R6RS), with numerous extensions. the Revised<sup>6</sup> Report on Scheme (R6RS), with numerous extensions.
The compiler generates native code for each target processor, with The compiler generates native code for each target processor, with
support for x86, x86_64, and 32-bit PowerPC architectures. support for x86, x86_64, and 32-bit PowerPC architectures.
Get started by [Building Chez Scheme](BUILDING). Get started by [Building Chez Scheme](BUILDING).
For more information see the [Chez Scheme Project Page](http://cisco.github.io/ChezScheme/) For more information see the [Chez Scheme Project Page](https://cisco.github.io/ChezScheme/).