Skip to content

Commit

Permalink
ReadMe: Fixed code example inline (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Suplanus authored Nov 9, 2020
1 parent 7c8d00f commit 51dddca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ With this plugin it is also possible to respond to hover events (if the platform
## Setup
* Available on NuGet: [TouchView](http://www.nuget.org/packages/TouchView) [![NuGet](https://img.shields.io/nuget/v/TouchView.svg?label=NuGet)](https://www.nuget.org/packages/TouchView)
* Add nuget package to your Xamarin.Forms .netStandard/PCL project and to your platform-specific projects (iOS and Android)
* Add *TouchEffectPreserver.Preserve()* line to your AppDelegate and MainActivity (preserve from linker)
* Add `TouchEffectPreserver.Preserve()` line to your AppDelegate and MainActivity (preserve from linker)

|Platform|Version|
| ------------------- | ------------------- |
Expand Down

0 comments on commit 51dddca

Please sign in to comment.