From 3a34f7ba8c34e5add18dc593731a05bd3712875c Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 4 Jun 2014 22:51:05 +0200 Subject: [PATCH] Add note about browser compatibility to README Closes #105 --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e16e165208..063029c678 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ git clone https://github.com/marijnh/acorn.git When run in a CommonJS (node.js) or AMD environment, exported values appear in the interfaces exposed by the individual files, as usual. -When loaded in the browser without any kind of module management, a -single global object `acorn` will be defined, and all the exported -properties will be added to that. +When loaded in the browser (Acorn works in any JS-enabled browser more +recent than IE5) without any kind of module management, a single +global object `acorn` will be defined, and all the exported properties +will be added to that. ### acorn.js