We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc90e39 commit cc308acCopy full SHA for cc308ac
2 files changed
README.md
@@ -1,3 +1,7 @@
1
+# Demo
2
+
3
+See the demo [here](http://bvaughn.github.io/react-highlight.js/).
4
5
# Installation
6
7
Install this component using NPM like so:
@@ -7,5 +11,5 @@ npm install react-highlight.js --save
11
8
12
# License
9
13
10
-*react-component-boilerplate* is available under the MIT License.
14
+*react-highlight.js* is available under the MIT License.
15
package.json
@@ -4,7 +4,7 @@
"main": "dist/main.js",
"author": "Brian Vaughn",
"user": "bvaughn",
- "version": "0.1.0",
+ "version": "1.0.0",
"scripts": {
"build": "npm run build:website && npm run build:dist",
"build:website": "npm run clean:website && NODE_ENV=production webpack --config webpack.config.website.js -p --bail",
0 commit comments