Skip to content

Commit

Permalink
Housekeeping: Update README.md to contain updated Android (#15)
Browse files Browse the repository at this point in the history
Changed Android extensions namespace.
  • Loading branch information
alexmartinezm authored and glennawatson committed Mar 24, 2019
1 parent fe5af1b commit bd2a429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ public class SampleView : ReactiveContentPage<SampleViewModel>

There are extensions methods for Android specific and its Material design control `TextInputLayout`. These extensions use internally the Error property from this control, allowing you a Material Design and fully native behavior to showing errors.

To use these extensions you must import `ReactiveUI.Validation.DroidExtensions.Extensions`.
To use these extensions you must import `ReactiveUI.Validation.Platforms.Android`.

```csharp
using ReactiveUI.Validation.DroidExtensions.Extensions;
using ReactiveUI.Validation.Platforms.Android;

namespace SampleApp.Activities
{
Expand Down

0 comments on commit bd2a429

Please sign in to comment.