From 004e4887e56725ce05b0fe0e0a7b77fe3dc431c3 Mon Sep 17 00:00:00 2001 From: Eric Kelly Date: Thu, 7 May 2015 14:39:35 -0400 Subject: [PATCH] Add javascript highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd66cf6f1..ae099eefc 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ create modules focused on particular types of unit tests. a test framework. For instance, you could create QUnit-compatible modules with a method such as: -``` +```javascript function moduleFor(name, description, callbacks) { var module = new TestModule(name, description, callbacks);