summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md14
-rw-r--r--proselight.js (renamed from microlight.js)2
2 files changed, 3 insertions, 13 deletions
diff --git a/README.md b/README.md
index 6e815f5..ce89f79 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,5 @@
1microlight.js 1proselight.js
2============= 2=============
3 3
4*microlight.js* is a tiny library (2.2k minified) which improves 4proselight.js is a tiny *prose* highlighter based on [microlight.js](https://asvd.github.io/microlight/).
5 readability of code snippets by highlighting, for any programming
6 language, without attaching additional language packages or styles:
7
8![preview](http://asvd.github.io/microlight/microlight-preview-big.png)
9
10For demos and usage guide, refer to https://asvd.github.io/microlight
11
12--
13
14Follow me on twitter: https://twitter.com/asvd0
15 5
diff --git a/microlight.js b/proselight.js
index 5aa193a..184cbda 100644
--- a/microlight.js
+++ b/proselight.js
@@ -1,5 +1,5 @@
1/** 1/**
2 * @fileoverview microlight - syntax highlightning library 2 * @fileoverview proselight, based on microlight - syntax highlightning library
3 * @version 0.0.7 3 * @version 0.0.7
4 * 4 *
5 * @license MIT, see http://github.com/asvd/microlight 5 * @license MIT, see http://github.com/asvd/microlight