mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-05-14 05:31:03 +00:00
Update README.md
This commit is contained in:
parent
908a49f7ee
commit
29d4c3cc0d
|
@ -41,7 +41,11 @@ exports.say = function() {
|
||||||
### 2. Write a file `sayhello.js`
|
### 2. Write a file `sayhello.js`
|
||||||
```
|
```
|
||||||
var sayhello = require("lib/sayhello-lib");
|
var sayhello = require("lib/sayhello-lib");
|
||||||
sayhello.say();
|
return {
|
||||||
|
main: function() {
|
||||||
|
sayhello.say();
|
||||||
|
}
|
||||||
|
};
|
||||||
```
|
```
|
||||||
|
|
||||||
### 3. Execute file on the command prompt
|
### 3. Execute file on the command prompt
|
||||||
|
|
Loading…
Reference in New Issue
Block a user