diff --git a/README.md b/README.md index d100efc..54171da 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Get it from NuGet: -[![Nuget](https://img.shields.io/nuget/v/Sharpnado.HorizontalListView.svg)](https://www.nuget.org/packages/Sharpnado.HorizontalListView) +[![Nuget](https://img.shields.io/nuget/v/Sharpnado.Forms.HorizontalListView.svg)](https://www.nuget.org/packages/Sharpnado.Forms.HorizontalListView) | Supported platforms | |----------------------------| @@ -544,4 +544,4 @@ The Snap to first item is implemented with a custom ```LinearSnapHelper```. Drag The iOS renderer is implemented by a ```UICollectionView```. Padding and item spacing are natively provided by the ```UICollectionViewFlowLayout```. Snap to Center item is brought by a little trick on ```DecelerationEnded``` callback. -Drag and drop is handled by a ```UILongPressGestureRecognizer``` followed by calls to the ```xxxInteractiveMovementxxx``` methods. \ No newline at end of file +Drag and drop is handled by a ```UILongPressGestureRecognizer``` followed by calls to the ```xxxInteractiveMovementxxx``` methods.