Skip to content

Commit f49e727

Browse files
authored
update UWP sample to the new WinUI namespace (#579)
1 parent 1fdcd20 commit f49e727

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ There are **two** options to integrate Lottie animations into your **WinUI 3** o
3333
```xml
3434
...
3535
xmlns:muxc="using:Microsoft.UI.Xaml.Controls"
36-
xmlns:lottie="using:CommunityToolkit.Uwp.Lottie"
36+
xmlns:lottie="using:CommunityToolkit.WinUI.Lottie"
3737
...
3838
<muxc:AnimatedVisualPlayer>
3939
<lottie:LottieVisualSource UriSource="<asset path or web link to a json file>" />

0 commit comments

Comments
 (0)