Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme.md contains incomplete information #50

Open
Faibbus opened this issue Jul 16, 2020 · 0 comments
Open

Readme.md contains incomplete information #50

Faibbus opened this issue Jul 16, 2020 · 0 comments

Comments

@Faibbus
Copy link

Faibbus commented Jul 16, 2020

In the readme, there is a sample example:

public class YourWebApplication : NinjectHttpApplication
{  // […]
  public override IKernel CreateKernel()
  {  // […]
    var kernel = new StandardKernel();
    kernel.AutoLoadModules("~/bin");
    return kernel;
  }
}

But the AutoLoadModules extension method is not defined in this project.

@Faibbus Faibbus changed the title Readme.md contains incorrect information Readme.md contains incomplete information Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant