Skip to content

Commit 02702c2

Browse files
update readme
1 parent c686c8b commit 02702c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ Translate given text into Baybayin, Buhid, Hanunoo, or Tagbanwa scripts.
1515
```bash
1616
npm install filipino-script-translator
1717
```
18-
19-
> NPM package: [filipino-script-translator](https://www.npmjs.com/package/filipino-script-translator)
20-
18+
2119
### Usage
2220

2321
Import the `translate()` and the `enum` from the package.
@@ -57,6 +55,11 @@ const result = toBuhid('maganda');
5755
// Output: ᝋᝄnᝇ
5856
```
5957

58+
### Package
59+
60+
The package is available in npmjs.com at
61+
[filipino-script-translator](https://www.npmjs.com/package/filipino-script-translator).
62+
6063
### Testing
6164

6265
```

0 commit comments

Comments
 (0)