Update README.md

This commit is contained in:
Namhyeon Go 2020-07-21 13:14:27 +09:00 committed by GitHub
parent 242ee11f82
commit d29be013af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ WelsonJS - Build a Windows desktop apps with JavaScript, HTML, and CSS based on
### 1. Write a file `lib/sayhello-lib.js` ### 1. Write a file `lib/sayhello-lib.js`
``` ```
exports.VERSIONINFO = "Example library (example-lib.js) version 0.1 exports.VERSIONINFO = "sayhello library (sayhello-lib.js) version 0.1
exports.global = global; exports.global = global;
exports.require = global.require; exports.require = global.require;