diff --git a/README.md b/README.md
index 4573627..d959345 100644
--- a/README.md
+++ b/README.md
@@ -4,8 +4,8 @@
| Component | Stability | Description | Nuget |
| :--- | :--- | :--- | :--- |
-| [Screen](https://github.com/jasonCodesAway/XamJam/tree/master/XamJam.Screen) | beta | Screen size getter | [Xam.Plugins.XamJam.Screen](https://www.nuget.org/packages/Xam.Plugins.XamJam.Screen)
-| [BugHound](https://github.com/jasonCodesAway/XamJam/tree/master/XamJam.BugHound) | beta | Type & task-based logging, exception reporting, and (coming soon) runtime log-platform-aware bug reporter and performance monitor | [Xam.Plugins.XamJam.BugHound](https://www.nuget.org/packages/Xam.Plugins.XamJam.BugHound)
+| [Screen](XamJam.Screen) | beta | Screen size getter | [Xam.Plugins.XamJam.Screen](https://www.nuget.org/packages/Xam.Plugins.XamJam.Screen)
+| [BugHound](XamJam.BugHound) | beta | Type & task-based logging, exception reporting, and (coming soon) runtime log-platform-aware bug reporter and performance monitor | [Xam.Plugins.XamJam.BugHound](https://www.nuget.org/packages/Xam.Plugins.XamJam.BugHound)
| Nav1 | alpha | ViewModel-based navigation between Root, Navigation, and TabbedPages | [Xam.Plugins.XamJam.Nav](https://www.nuget.org/packages/Xam.Plugins.XamJam.Nav)
| [Wall](XamJam.Wall)1,2 | alpha | A paged and scrollable wall of images that allows the image size to be intelligently determined based on screen size | [Xam.Plugins.XamJam.Wall](https://www.nuget.org/packages/Xam.Plugins.XamJam.Wall)
| Ratings1,2,3 | pre-alpha | A 5-star ratings control with 1/2 star increments. | Coming Soon
@@ -13,5 +13,7 @@
| Pic1 | pre-alpha | An image loading library | Coming Soon
1 Requires [Xamarin Forms](https://www.nuget.org/packages/Xamarin.Forms/)
+
2 Requires [MR.Gestures](http://www.mrgestures.com) - Highly recommended library, first-class code and documentation, currently only 10 euros per license. (I'm not affiliated with them in anyway)
-3/sup> Requires XamSvg, which used to cost $100 USD but has been raised to a exceedingly high $300. I want to get rid of this dependency, but its so helpful.
+
+3 Requires XamSvg, which used to cost $100 USD but has been raised to a exceedingly high $300. I want to get rid of this dependency, but it does make working with SVGs across all platforms stupid easy.