Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
HituziANDO committed Jan 3, 2021
1 parent 854c354 commit 92c9881
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Kamome provides common JavaScript interface for iOS and Android.
```javascript
// JavaScript

import {KM} from "kamome"

// Uses async/await.
try {
// Sends `echo` command.
Expand Down Expand Up @@ -171,7 +173,7 @@ Kamome provides common JavaScript interface for iOS and Android.
<script src="/path/to/kamome[.min].js"></script>
```

Or, you copy all code in [kamome.js](https://github.com/HituziANDO/kamome/blob/master/js/src/kamome.js) file to your JavaScript.
Or, you copy all code in [kamome.js](https://github.com/HituziANDO/kamome/blob/master/js/kamome/src/lib/kamome.js) file to your JavaScript.

### 2. iOS App

Expand Down

0 comments on commit 92c9881

Please sign in to comment.