From cb0f8b816e962f7d4b775b6da261271bd9efe03b Mon Sep 17 00:00:00 2001 From: John Bintz Date: Mon, 12 Sep 2011 09:18:52 -0400 Subject: [PATCH] fix a bug --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index 9107478..4bd0059 100644 --- a/index.md +++ b/index.md @@ -527,7 +527,7 @@ JavaScript runtime environment. See https://github.com/sstephenson/execjs for a list of available runtimes. -To resolve this problem, install and use the 'therubyracer` gem, which is the embed V8 JavaScript interpreter into Ruby. +To resolve this problem, install and use the `therubyracer` gem, which is the embed V8 JavaScript interpreter into Ruby. Additionally, you can set the `EXECJS_RUNTIME` environment variable to a [valid ExecJS runtime name](https://github.com/sstephenson/execjs/blob/master/lib/execjs/runtimes.rb#L55). export EXECJS_RUNTIME=Node