Skip to content

Commit

Permalink
Merge pull request #2 from mendelg/patch-1
Browse files Browse the repository at this point in the history
Update README.md to fix a small typo - Calendr -> Calendar
  • Loading branch information
Elyahu41 authored Dec 29, 2023
2 parents 3635373 + 69eef75 commit d573e54
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 @@ -42,7 +42,7 @@ import KosherSwiftNew
Then, it 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 JewishCalendr class for more details
print(jewishCalendar.getJewishMonth()) // This will print the jewish month as a number, so Nissan will be 8. See the JewishCalendar class for more details
```
For sunrise and sunset times, you will need a GeoLocation object. Then, you will need to pass that into the AstronomicalCalendar class like so:
```Swift
Expand Down

0 comments on commit d573e54

Please sign in to comment.