From 860a0c9ddcc762d1134a210ada9ce124d3284680 Mon Sep 17 00:00:00 2001
From: Jake <jake.read@cba.mit.edu>
Date: Sat, 17 Nov 2018 13:37:24 -0500
Subject: [PATCH] try js

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5530f1e..ff91c59 100644
--- a/README.md
+++ b/README.md
@@ -147,7 +147,7 @@ Here's an example. This is modules/ui/number.js.
 
 Besides Inputs, Outputs, a Description and State object, anything else goes. I.E. local functions, other Node.JS packages, etc.
 
-```JavaScript
+```javascript
 // boilerplate rndmc header
 const InOut = require('../../lib/jsunit.js')
 let Input = InOut.Input
-- 
GitLab