Skip to content

Commit d52931e

Browse files
authored
Update README.md
1 parent 4ce1b68 commit d52931e

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,9 @@ Install-Package Plugin.Badge -Pre
3737
[![NuGet](https://img.shields.io/nuget/v/Plugin.Badge.svg?label=NuGet&style=flat-square)](https://www.nuget.org/packages/Plugin.Badge) [![NuGet Beta](https://img.shields.io/nuget/vpre/Plugin.Badge.svg?label=NuGet%20Beta&style=flat-square)](https://www.nuget.org/packages/Plugin.Badge)
3838

3939

40-
### iOS
40+
### iOS, Android, UWP, MacOS
4141

42-
You have to register the custom renderer. I usually put this in the AssemblyInfo.cs file of my iOS csproj.
43-
44-
```
45-
[assembly: ExportRenderer(typeof(TabbedPage), typeof(BadgedTabbedPageRenderer))]
46-
```
47-
48-
### Android
49-
50-
You have to register the custom renderer. I usually put this in the AssemblyInfo.cs file of my Android csproj.
42+
You have to register the custom renderer. I usually put this in the AssemblyInfo.cs file of my Platform specific project (iOS, Android, UWP, MacOS) csproj.
5143

5244
```
5345
[assembly: ExportRenderer(typeof(TabbedPage), typeof(BadgedTabbedPageRenderer))]

0 commit comments

Comments
 (0)