Skip to content

Commit

Permalink
update readme for 5.0.0-rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
mjradwin committed Nov 26, 2023
1 parent 145a06f commit 2372601
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1947,8 +1947,8 @@ https://gml.noaa.gov/grad/solcalc/calcdetails.html
* [.tzeit([angle])](#Zmanim+tzeit) ⇒ <code>Date</code>
* [.neitzHaChama()](#Zmanim+neitzHaChama) ⇒ <code>Date</code>
* [.shkiah()](#Zmanim+shkiah) ⇒ <code>Date</code>
* [.sunriseOffset(offset, roundMinute)](#Zmanim+sunriseOffset) ⇒ <code>Date</code>
* [.sunsetOffset(offset, roundMinute)](#Zmanim+sunsetOffset) ⇒ <code>Date</code>
* [.sunriseOffset(offset, roundMinute, seaLevel)](#Zmanim+sunriseOffset) ⇒ <code>Date</code>
* [.sunsetOffset(offset, roundMinute, seaLevel)](#Zmanim+sunsetOffset) ⇒ <code>Date</code>
* _static_
* [.formatTime(dt, timeFormat)](#Zmanim.formatTime) ⇒ <code>string</code>
* [.roundTime(dt)](#Zmanim.roundTime) ⇒ <code>Date</code>
Expand Down Expand Up @@ -2126,7 +2126,7 @@ Alias for sunset
**Kind**: instance method of [<code>Zmanim</code>](#Zmanim)
<a name="Zmanim+sunriseOffset"></a>

### zmanim.sunriseOffset(offset, roundMinute) ⇒ <code>Date</code>
### zmanim.sunriseOffset(offset, roundMinute, seaLevel) ⇒ <code>Date</code>
Returns sunrise + `offset` minutes (either positive or negative).

**Kind**: instance method of [<code>Zmanim</code>](#Zmanim)
Expand All @@ -2135,10 +2135,11 @@ Returns sunrise + `offset` minutes (either positive or negative).
| --- | --- | --- | --- |
| offset | <code>number</code> | | minutes |
| roundMinute | <code>boolean</code> | <code>true</code> | round time to nearest minute (default true) |
| seaLevel | <code>boolean</code> | <code>false</code> | use sea-level sunrise (default false) |

<a name="Zmanim+sunsetOffset"></a>

### zmanim.sunsetOffset(offset, roundMinute) ⇒ <code>Date</code>
### zmanim.sunsetOffset(offset, roundMinute, seaLevel) ⇒ <code>Date</code>
Returns sunset + `offset` minutes (either positive or negative).

**Kind**: instance method of [<code>Zmanim</code>](#Zmanim)
Expand All @@ -2147,6 +2148,7 @@ Returns sunset + `offset` minutes (either positive or negative).
| --- | --- | --- | --- |
| offset | <code>number</code> | | minutes |
| roundMinute | <code>boolean</code> | <code>true</code> | round time to nearest minute (default true) |
| seaLevel | <code>boolean</code> | <code>false</code> | use sea-level sunset (default false) |

<a name="Zmanim.formatTime"></a>

Expand Down

0 comments on commit 2372601

Please sign in to comment.