Skip to content

Commit

Permalink
Fixed ByNewPrefabResourceInstaller description.
Browse files Browse the repository at this point in the history
  • Loading branch information
adarapata authored and svermeulen committed May 5, 2019
1 parent cdcc381 commit 8bfdf0e
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 @@ -881,7 +881,7 @@ Where:
```csharp
Container.Bind<Foo>().FromSubContainerResolve().ByNewPrefabResourceInstaller<FooInstaller>("Path/To/MyPrefab");

class FooInstaller : MonoInstaller
class FooInstaller : Installer<FooInstaller>
{
public override void InstallBindings()
{
Expand Down

0 comments on commit 8bfdf0e

Please sign in to comment.