From 8a44075e6ee7abfe0bc95c89e3ba7b9d05f72130 Mon Sep 17 00:00:00 2001 From: Jacob <12831497+jacquesCedric@users.noreply.github.com> Date: Tue, 19 Mar 2019 00:48:45 +1100 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index dda945c..07b570c 100644 --- a/README.md +++ b/README.md @@ -16,13 +16,13 @@ Open the project in Xcode and build. No need to do anything else. ## Settings -- Cities: The list of cities to keep clocks of. Populates from `Foundation`'s `Timezone.knownTimezoneIdentifiers` -- Time Format: 12 or 24 hour time. -- Accent Color: Accent color for Day value in clock widgets. -- Menu Text: Three options - - System Time: Current system time, live updating. Customizable to show date/day/time. Uses 12/24-hour time as specified above - - App Name: The name of the app - - Icon: A little clock icon +- **Cities**: The list of cities to keep clocks of. Populates from `Foundation`'s `Timezone.knownTimezoneIdentifiers` +- **Time Format**: 12 or 24 hour time. +- **Accent Color**: Accent color for Day value in clock widgets. +- **Menu Text**: Three options + - *System Time*: Current system time, live updating. Customizable to show date/day/time. Uses 12/24-hour time as specified above + - *App Name*: The name of the app + - *Icon*: A little clock icon ## License `WorldClock` is available under a GPLv3 license. See the LICENSE file for more details.