Skip to content

Commit

Permalink
fix: Fix typos.
Browse files Browse the repository at this point in the history
Fix typos.
  • Loading branch information
WayneChang65 authored Aug 22, 2019
1 parent c3f857a commit 26059bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 40,14 @@ npm install @waynechang65/fml-consolelog
Include @waynechang65/fml-consolelog package in your project

```javascript
const fml_consolelog = require('@waynechang65/fml-consolelog');
const fmlog = require('@waynechang65/fml-consolelog').log;
```

* 接下來,依照欲使用的函式格式填入適當欄位資料即可。
Add programs below in your project

```javascript
consolelog('basic_chat',
fmlog('basic_chat',
['GN:Test Area', '0', 'This is a Test 測試', 'Talking' , 'Wayne Chang', '1234567890']);
```

Expand Down

0 comments on commit 26059bd

Please sign in to comment.