From 1eb5682885f2def86673c316c6dc4b13e66b43d0 Mon Sep 17 00:00:00 2001
From: Peter Krautzberger
Date: Thu, 10 Dec 2015 16:57:04 +0100
Subject: [PATCH] package.json: consistent keyword capitalization
---
package.json | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/package.json b/package.json
index 46835d6e6..8fb0df342 100644
--- a/package.json
+++ b/package.json
@@ -5,10 +5,10 @@
"keywords": [
"math",
"svg",
- "MathML",
- "TeX",
- "LaTeX",
- "AsciiMath",
+ "mathml",
+ "tex",
+ "latex",
+ "asciimath",
"browser",
"browser-only"
],