Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Elyahu41 authored Jan 24, 2024
1 parent e1d7498 commit 5cd4ed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ If you used CocoaPods:
```Swift
import KosherSwiftNew
```
Then, it as simple as instantiating a class and calling it's methods:
Then, it is as simple as instantiating a class and calling it's methods:
```Swift
let jewishCalendar = JewishCalendar() // by default it is set to today's date
print(jewishCalendar.getJewishMonth()) // This will print the jewish month as a number, so Nissan will be 8. See the JewishCalendar class for more details
Expand Down

0 comments on commit 5cd4ed8

Please sign in to comment.