We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea08636 commit 103f577Copy full SHA for 103f577
1 file changed
README.md
@@ -6,7 +6,7 @@ Just another another (another) url slug creation plugin for jQuery.
6
7
## Getting Started
8
9
-You can install the plugin using Bower
+You can install the plugin using Bower:
10
11
bower install jquery-slugify
12
@@ -15,6 +15,10 @@ You can download the [production version][min] or the [development version][max]
15
[min]: https://raw.github.com/madflow/jquery-slugify/master/dist/slugify.min.js
16
[max]: https://raw.github.com/madflow/jquery-slugify/master/dist/slugify.js
17
18
+The plugin depends on [speakingurl][speakingurl].
19
+
20
+[speakingurl]: https://github.com/pid/speakingurl
21
22
In your web page:
23
24
```html
0 commit comments