diff --git a/README.md b/README.md index 56e6e66d..20147b69 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,27 @@ https://stackedit.io/ -### NEW!!! Integrate StackEdit in any website! +### NEW!!! Embed StackEdit in any website! -See https://benweet.github.io/stackedit.js/ +See https://github.com/benweet/stackedit.js + +Chrome extension: https://chrome.google.com/webstore/detail/ajehldoplanpchfokmeempkekhnhmoha + +### Build Setup + +``` bash +# install dependencies +npm install + +# serve with hot reload at localhost:8080 +npm start + +# build for production with minification +npm run build + +# build for production and view the bundle analyzer report +npm run build --report +``` ### StackEdit can: @@ -32,20 +50,4 @@ See https://benweet.github.io/stackedit.js/ - Online synchronization using Google Drive, Dropbox and GitHub - One click publish to Blogger, Dropbox, Gist, GitHub, Google Drive, WordPress, Zendesk -### Build Setup - -``` bash -# install dependencies -npm install - -# serve with hot reload at localhost:8080 -npm start - -# build for production with minification -npm run build - -# build for production and view the bundle analyzer report -npm run build --report -``` - > **NOTE:** This page has been written and published with [StackEdit](https://stackedit.io/ "StackEdit"). diff --git a/src/components/NavigationBar.vue b/src/components/NavigationBar.vue index 430f956e..3168d2a1 100644 --- a/src/components/NavigationBar.vue +++ b/src/components/NavigationBar.vue @@ -2,7 +2,7 @@