Skip to content

Commit ceda28b

Browse files
authored
Merge pull request #42 from aaisara12/fix-documentation-quickstart-example-namespace
Fix: Added Core.Interfaces namespace to quick start example code
2 parents d0cc253 + 4a02dcb commit ceda28b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ Once the `UnityMVVMToolkit` is installed, create a class `MyFirstViewModel` that
827827

828828
```csharp
829829
using UnityMvvmToolkit.Core;
830+
using UnityMvvmToolkit.Core.Interfaces;
830831

831832
public class MyFirstViewModel : IBindingContext
832833
{

0 commit comments

Comments
 (0)