Skip to content

Commit e93d549

Browse files
authored
Fix README.md
1 parent 25e64c9 commit e93d549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Alternatively, you can import the following functions separately: `beta_to_copti
1111
```python
1212
# Greek
1313
print(beta_to_greek("*A)RIS1TOTE/LHS")) # Ἀριστοτέλης
14-
print(greek_to_beta("Ἀριστοτέλης")), # *A)RIS1TOTE/LHS2
14+
print(greek_to_beta("Ἀριστοτέλης")) # *A)RIS1TOTE/LHS2
1515

1616
# Coptic
1717
print(beta_to_coptic("*PTOLEMAIOS")) # Ⲡⲧⲟⲗⲉⲙⲁⲓⲟⲥ
@@ -27,4 +27,4 @@ print(hebrew_to_beta("ישראל", True)) # Y#R)L
2727
```
2828
You can see how to transcribe to and from Beta Code manually in the TLG manual and CCAT webpage.
2929
### Development
30-
Contributions are welcome.
30+
Contributions are welcome.

0 commit comments

Comments
 (0)