-
Notifications
You must be signed in to change notification settings - Fork 36
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 is outdated. #27
Comments
We aim to be compatible with older versions of restify and express so they might be outdated but only with newer versions. In general the docs are meant to be guides in how to use finale and not how to create an express server. If there is something seriously out of date and the tests themselves are more up-to-date, please submit a pull request of both tests and docs. Thanks! |
You aim to have docs compatible with older versions of restify without specifying what those versions of restify are? How often are users coming across These changes(4.x to 5.x migration guide) happened with the v5 release back in mid 2017 with prior versions being 2016 and earlier. It's an odd choice to prioritize documentation under compatibility reasons when the users most likely to benefit from the examples are those creating new projects which by default add the newer versions of restify. At the very least, make it clear on the README that you're showing an outdated v4.x restify integration example, and then link to this issue if you don't want to include the more common experience, since most will run into the problem when choosing to go with restify.
Optionally drop the example of |
Please submit a pull request to the documentation and Ill merge it in if it's a better example |
Reason
I'm a newbie and I encountered some issues while I'm following the
README
. The reason is the outdated API.What I see
Some APIs are outdated, for example:
should be
And importing
http
module is unnecessary to launch anexpress
app now.The text was updated successfully, but these errors were encountered: