From f405694423911bcc6eac400314bcbf10eb7894ad Mon Sep 17 00:00:00 2001 From: "J. Brandt Buckley" Date: Tue, 15 Apr 2014 16:10:09 -0700 Subject: [PATCH] Update Readme --- Readme.md | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/Readme.md b/Readme.md index 71ab71a..3225401 100644 --- a/Readme.md +++ b/Readme.md @@ -36,7 +36,7 @@ Usage ### Convert absolute symlink to relative: - $ symlinks -rc [path] + $ symlinks -rc [path] ### More options: @@ -47,21 +47,27 @@ Usage Changes ------- -* v1.4-1 -Added Mac OS X compatibility. +#### v1.4.2 +- Reformatted for readability roughly based on Google style guide. +- Fixed loss of precision due to implicit type conversion. +- Minor documentation updates. -* v1.4 -Incorporate patches from Fedora. +#### v1.4-1 +- Added Mac OS X compatibility. -* v1.3 -More messy-link fixes, new -o flag for other_fs. +#### v1.4 +- Incorporate patches from Fedora. -* v1.2 -Added -s flag to shorten links with redundant path elements. Also includes code to remove excess slashes from paths. +#### v1.3 +- More messy-link fixes, new `-o` flag for other_fs. + +#### v1.2 +- Added `-s` flag to shorten links with redundant path elements. +- Also includes code to remove excess slashes from paths. Credit ------ -Symlinks was created by Mark Lord. -Minor modifications made by Jonathon Brandt Buckley. +Symlinks was created by **Mark Lord** . +Maintained by **J. Brandt Buckley** .