We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4209d74 commit 1a9a863Copy full SHA for 1a9a863
README.md
@@ -10,9 +10,9 @@ An esp32 library to get the moon phase angle and percentage of the moon that is
10
11
#### Functions:
12
13
-- `moonPhase getPhase()` Get the current moon phase. (First set freeRTOS system time)
+- `getPhase()` Get the current moon phase. (First set freeRTOS system time)
14
15
-- `moonPhase getPhase( time_t t )` Get the moon phase at time `t`.
+- `getPhase( time_t t )` Get the moon phase at time `t`.
16
17
#### Example code
18
0 commit comments