Skip to content

Commit

Permalink
Minor fix in typescript doc
Browse files Browse the repository at this point in the history
  • Loading branch information
synw committed May 1, 2023
1 parent bdf5f3c commit 17ebb63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add emosd
## Example

```javascript
import { Emo } from "./emosd";
import { Emo } from "emosd";

const emo = new Emo();
const zone2 = new Emo({ zone: "zone2" });
Expand Down

0 comments on commit 17ebb63

Please sign in to comment.