pofider / node-simple-odata-server

Simple OData server for node.js
MIT License
97 stars 60 forks source link

typo in "Get Started" section #6

Closed bobmayo56 closed 9 years ago

bobmayo56 commented 9 years ago

It seems to me the name of the package as listed in the "Get Started" section does not match what was published in npm:

Wrong: var ODataServer = require("odata-simple-server"); Right: var ODataServer = require("simple-odata-server");

--Bob

pofider commented 9 years ago

Yes, thanks. Fixed. Don't be afraid to send a pull request next time. :)