Skip to content

Commit c20dea1

Browse files
committed
General cleanup, and prevent running on Discourse.
1 parent 6a8e39c commit c20dea1

File tree

5 files changed

+13875
-29147
lines changed

5 files changed

+13875
-29147
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
Linkify
2-
=======
1+
# Linkify
32

43
WordPress has an excellent feature, where pasting a URL onto selected text will automatically transform that text into a link.
54

@@ -16,6 +15,7 @@ Now you can do it everywhere!
1615
## Development
1716

1817
### Installation
18+
1919
git clone [email protected]:pento/linkify.git
2020

2121
### Build instructions
@@ -27,7 +27,7 @@ To install dependencies:
2727

2828
Then to start a developing session (with watch), run:
2929

30-
npm watch
30+
npm run watch
3131

3232
This will create an unpacked version of Linkify in the `distribution` directory, which you can load in Chrome using the `Load unpacked extension...` button in your [Chrome Extensions](chrome://extensions/) page.
3333

0 commit comments

Comments
 (0)