Explorar o código

Updated readme

Joachim M. Giæver %!s(int64=5) %!d(string=hai) anos
pai
achega
71cc21b6c8
Modificáronse 2 ficheiros con 4 adicións e 2 borrados
  1. 2 1
      README.md
  2. 2 1
      src/Yr/Forecast/Tabular.php

+ 2 - 1
README.md

@@ -372,7 +372,8 @@ $forcast->between(
  $forecast->getSunrise()->add(
      new \DateInterval('P1D')
  )
-);```
+);
+```
 to only show from sunset today unti sunrise tomorrow
 
 

+ 2 - 1
src/Yr/Forecast/Tabular.php

@@ -73,7 +73,8 @@ class Tabular implements \IteratorAggregate {
      *  $forecast->getSunrise()->add(
      *      new \DateInterval('P1D')
      *  )
-     * );```
+     * );
+     * ```
      * to only show from sunset today unti sunrise tomorrow
      *
      * @return Tabular with new collection