Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
ezralazuardy committed Jun 4, 2024
1 parent 6eb1f6a commit 35a9796
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,7 +40,7 @@ And use it!
```typescript
import { translate } from "@ezralazuardy/aksara";

console.log(translate("aksara jawa")); // ꦲꦏ꧀ꦱꦫ​ꦗꦮ
const result = translate("aksara jawa"); // ꦲꦏ꧀ꦱꦫ​ꦗꦮ
```

For advanced usage, please read the [documentation](#-documentation) below.
Expand All @@ -54,7 +54,7 @@ If you want to revert the translation, you can just use the `translate` function
```typescript
import { translate } from "@ezralazuardy/aksara";

console.log(translate("ꦲꦏ꧀ꦱꦫ​ꦗꦮ")); // aksara jawa
const result = translate("ꦲꦏ꧀ꦱꦫ​ꦗꦮ"); // aksara jawa
```

No need to use other function. Simple, right?
Expand Down

0 comments on commit 35a9796

Please sign in to comment.