Update README.md

This commit is contained in:
Namhyeon Go 2020-07-21 13:10:55 +09:00 committed by GitHub
parent 9b4af0d974
commit c871876e92
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ exports.say = function() {
### File `sayhello.js`
```
var sayhello = require("lib/sayhello");
var sayhello = require("lib/sayhello-lib");
sayhello.say();
```