Skip to content

Commit

Permalink
typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roe-dl committed Oct 17, 2021
1 parent 8b2f51f commit 3177bd2
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,12 +303,17 @@ for iteration.

Examples:

* `$daylight.outTemp.avg`: average temperature while the sun is up
* ```#for $span in $LMTmonth.daylights
<p>$span.dateTime.format("%d"): $span.outTemp.avg</p>
#end for```
table with day of month and the average temperature while the sun
* average temperature while the sun is up
```
$daylight.outTemp.avg
```
* table with day of month and the average temperature while the sun
is up on that day
```
#for $span in $LMTmonth.daylights
<p>$span.dateTime.format("%d"): $span.outTemp.avg</p>
#end for
```

## Algorithm:

Expand Down

0 comments on commit 3177bd2

Please sign in to comment.