Skip to content
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

Fix require function name in README.md #64

Merged
merged 1 commit into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. Fix require function name in README.md

    The variable holding the function returned by `createRequire()` is named `req` but the `require` function is being used below, so `require` is undefined here. This fixes that by ensuring that both variable names are the same.
    
    PR-URL: isaacs#64
    Credit: @RaisinTen
    Close: isaacs#64
    Reviewed-by: @isaacs
    RaisinTen authored and isaacs committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    2d0813d View commit details
    Browse the repository at this point in the history