From 6e896fa2d820fe9cb5ac880226f788de06757991 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 28 Aug 2017 17:21:44 -0400 Subject: [PATCH] Link to API docs --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ee011c2c..0a2db4a9 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ Getting Started Documentation ------------- -- The [User Manual](docs/User-Manual.md) covers in detail how to use Cyclone, and provides information and API documentation on the Scheme language features implemented by Cyclone. +- The [User Manual](docs/User-Manual.md) covers in detail how to use Cyclone and provides information on the Scheme language features implemented by Cyclone. + +- An [API Reference](docs/API.md) is available for all libraries provided by Cyclone, including a complete alphabetical listing. - If you need a resource to start learning the Scheme language you may want to try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).