You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Beta Code JS
2
2
3
-
Converts Greek beta code to Greek characters and vice versa.
3
+
Converts Greek Beta Code to Greek characters and vice versa.
4
4
5
5
## Try it Out
6
6
@@ -14,6 +14,8 @@ or
14
14
15
15
`npm install beta-code-js`
16
16
17
+
(See project on [npm](https://www.npmjs.com/package/beta-code-js))
18
+
17
19
## Usage
18
20
19
21
```javascript
@@ -102,5 +104,5 @@ git commit
102
104
103
105
## Notes
104
106
105
-
For the mappings between beta code and Unicode, see [https://github.com/perseids-tools/beta-code-json](https://github.com/perseids-tools/beta-code-json).
107
+
For the mappings between Beta Code and Unicode, see [https://github.com/perseids-tools/beta-code-json](https://github.com/perseids-tools/beta-code-json).
106
108
For an example of this package being used, see [https://github.com/perseids-project/beta-code-converter-js](https://github.com/perseids-project/beta-code-converter-js).
0 commit comments