Skip to content

Commit 1a9a863

Browse files
Update README.md
1 parent 4209d74 commit 1a9a863

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
@@ -10,9 +10,9 @@ An esp32 library to get the moon phase angle and percentage of the moon that is
1010

1111
#### Functions:
1212

13-
- `moonPhase getPhase()` Get the current moon phase. (First set freeRTOS system time)
13+
- `getPhase()` Get the current moon phase. (First set freeRTOS system time)
1414

15-
- `moonPhase getPhase( time_t t )` Get the moon phase at time `t`.
15+
- `getPhase( time_t t )` Get the moon phase at time `t`.
1616

1717
#### Example code
1818

0 commit comments

Comments
 (0)