ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.52k stars 362 forks source link

Typo in readme #677

Open AldeRoberge opened 4 years ago

AldeRoberge commented 4 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