From 98b4cb19c8abe917d3951788a75b2d5776d3ce71 Mon Sep 17 00:00:00 2001 From: Joshua Peek Date: Mon, 19 May 2014 09:57:51 -0400 Subject: [PATCH] Make question header smaller --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5006519..32dd01a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ gem install execjs # FAQ -### Why can't I use CommonJS `require()` inside ExecJS? +**Why can't I use CommonJS `require()` inside ExecJS?** ExecJS provides a lowest common denominator interface to any JavaScript runtime. Use ExecJS when it doesn't matter which JavaScript interpreter your code runs