Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NoamNol committed Sep 16, 2024
1 parent 197efd9 commit bd3f890
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 @@ -15,12 +15,12 @@ pip install gematriapy
```python
>>> import gematriapy
>>> gematriapy.to_hebrew(3)
"ג"
'ג'
```

```python
>>> gematriapy.to_hebrew(15)
"טו"
'טו'
```

```python
Expand Down

0 comments on commit bd3f890

Please sign in to comment.