Skip to content

Commit

Permalink
Merge pull request #17 from btrd/patch-1
Browse files Browse the repository at this point in the history
Fix link to NaturalSort gem
  • Loading branch information
grosser committed Oct 7, 2016
2 parents 66cb8c1 + cc7e804 commit 9e3d979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -29,7 +29,7 @@ array.sort! { |a,b| collator.compare(a, b) }
TODO
====
- Sort non-ascii-convertables like ß(ss), œ(oe) , fi(fi), see [Ligatures](http://en.wikipedia.org/wiki/Typographical_ligature)
- Integrate natural sorting e.g. `['a11', 'a2'] => ['a2', 'a11']` like [NaturalSort](http://rubyforge.org/projects/naturalsort)
- Integrate natural sorting e.g. `['a11', 'a2'] => ['a2', 'a11']` like [NaturalSort](https://github.com/johnnyshields/naturalsort)

### [Contributors](https://github.com/grosser/sort_alphabetical/contributors)
=======
Expand Down

0 comments on commit 9e3d979

Please sign in to comment.