-
Notifications
You must be signed in to change notification settings - Fork 4
Error in Documentation #2
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
Comments
Where? |
There: https://www.npmjs.com/package/regex-email EDIT: Actually, nvm. Just noticed the publisher of the npm package seems to be a different guy and the documentation in the Github repo is correct. |
It's because the package hasn't been published since the README was updated. |
Ok, I'll send an email to the maintainer of the npm repo. Thanks for a ridiculously quick feedback. |
Just ping him here. @yoshuawuyts, could you do a patch relase? |
K, I'll contact him there. EDIT: Actually, sent him an email at his posted email address.
Do you mean a new npm repo with the right doc? Sounds wasteful if the original publisher of the npm repo can simply patch his release. |
@Magnitus-, that's what I meant :). |
Ok, I'll give him a reasonable amount of time to update and if that hasn't happened by then, then I'll patch. |
@Magnitus-, you don't need to. Just wait. |
Released as |
Sorry, the mailer-daemon gave up ;) |
In the usage section, you have the following:
var regex = require('regex-utc-date');
Shouldn't it be?:
var regex = require('regex-email ');
The text was updated successfully, but these errors were encountered: