From c2200c7f490df6b2b497dc2e675a30db9410ad5c Mon Sep 17 00:00:00 2001 From: Andy McFadden Date: Mon, 31 Aug 2015 13:36:17 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 15a57aa..fffd402 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,10 @@ A video of the demos running in the AppleWin emulator [is available](https://www.youtube.com/watch?v=z2RFGVoaROE). Learn more about how fdraw works in the -[library documentation](docs/manual.md). +[library documentation](docs/manual.md). In addition to documenting the +API, it provides an overview of Apple II graphics, an assessment of the +performance of each of the routines, and some ideas on how the speed +could be increased (usually by spending more memory). Learn about the demos in the [demo documentation](docs/demos.md).