Skip to content

Commit

Permalink
Fixes small error in README
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbove authored Aug 16, 2023
1 parent ddc7ece commit e6301b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can specify an offset from utc in the url to override the time displayed in
- Berlin in summer (latitude 52.31 degrees, longitude 13.24 degrees, UTC+2): [`https://seasonalclock.org/?lat=52.31&lon=13.24&offset=2`](https://seasonalclock.org/?lat=52.31&lon=13.24&offset=2)
- Wellington (latitude -41.17 degrees, longitude 174.46 degrees, UTC+12): [`https://seasonalclock.org/?lat=-41.17&lon=174.46&offset=12`](https://seasonalclock.org/?lat=-41.17&lon=174.46&offset=12)

You can rotate the full display by adding a search parameter of the form `rotate=<hours>` to the url. By default, noon is at the top of the screen, but setting the rotation to `12` moves midnight to the top: [`https://seasonalclock.org/?rotate=180`](https://seasonalclock.org/?rotate=12)
You can rotate the full display by adding a search parameter of the form `rotate=<hours>` to the url. By default, noon is at the top of the screen, but setting the rotation to `12` moves midnight to the top: [`https://seasonalclock.org/?rotate=12`](https://seasonalclock.org/?rotate=12)

---

Expand Down

0 comments on commit e6301b7

Please sign in to comment.