Skip to content

Commit

Permalink
added speaking-min.js v0.2.0beta for browser
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Droste committed May 28, 2013
1 parent 7b49575 commit c6703b1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ For use in browser and server.
### getSlug(input, [options]);
```input```: {string} to convert; ```options```: {object|char} config object or separator string (see below)

* ```separator``` {char} default: '-'
* ```separator``` {string} default: '-'
* char that replace the whitespaces
* ```lang``` {string} default: 'en'
* language for currency and symbol translation
Expand All @@ -32,7 +32,7 @@ For use in browser and server.
* 0 => don't trim length
* >0 => trim to max length while not breaking any words
* ```options``` {char} separator
* ```options``` {string} separator

notes: default only Base64 chars are allowed (/A-Za-z0-9_-/), setting ```uric```, ```uricNoSlash``` or/and ```mark``` to ```true```will add the specified chars to the allowed chars. The separator-character is always allowed.

Expand Down
2 changes: 1 addition & 1 deletion speakingurl-min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c6703b1

Please sign in to comment.