saymedia / angularjs-server

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

typo in README.md #14

Closed cguanzon closed 10 years ago

cguanzon commented 10 years ago

in the example,

var express = require('fs');

i think should be

var fs = require('fs');

apparentlymart commented 10 years ago

Thanks for pointing that out. Fixed!

MoLow commented 9 years ago

another error in readme, is: angularMiddlewares.runInContext( function (injector) { // ... whatever you want } );

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