saymedia / angularjs-server

Specialized server for AngularJS sites
MIT License
248 stars 49 forks source link

mistake in readme #18

Open MoLow opened 9 years ago

MoLow commented 9 years ago

there is a mistake in readme and in npm:

angularMiddlewares.runInContext(
    function (injector) {
        // ... whatever you want
    }
);

instead of: angularserver.runInContext( function (injector) { // ... whatever you want } );