Skip to content

Commit

Permalink
make pretty mode default one
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Oct 9, 2014
1 parent fa44ca0 commit 0f92a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slug.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ function slug(string, opts) {
};

slug.defaults = {
mode: 'rfc3986',
mode: 'pretty',
};

slug.multicharmap = slug.defaults.multicharmap = {
Expand Down

0 comments on commit 0f92a4e

Please sign in to comment.