ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 366 forks source link

Typo in readme #677

Open AldeRoberge opened 3 years ago

AldeRoberge commented 3 years ago

There is a line that says

public Init(IBar bar, Qux qux)

I think it's missing the 'void' keyword and it should be

public void Init(IBar bar, Qux qux)

In README.md