From b750151fab02412d92c720faf2e2b481a98ee8cb Mon Sep 17 00:00:00 2001 From: Joshua Bell Date: Sat, 25 May 2013 21:37:23 -0600 Subject: [PATCH] Clarify dependencies on polyfill and CodeMirror --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b31cb22..e95f31e 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,13 @@ jsbasic - Applesoft BASIC in JavaScript This is hosted for playing with at http://calormen.com/applesoft/ -* The code depends on various [polyfills](http://github.com/inexorabletash/polyfill) -* The editor optionally uses [CodeMirror](http://codemirror.net) and custom BASIC parser/styles +For older browsers, the code depends on various [polyfills](http://github.com/inexorabletash/polyfill). +For syntax highlighting, the editor optionally uses [CodeMirror](http://codemirror.net) and custom BASIC parser/styles. +Clone these into sibling directories, so you end up with a structure like: + + jsbasic/ + polyfill/ + CodeMirror/ Notes & Known Issues --------------------