From bca7ba4eed437361c93af6316b810e97dd071d67 Mon Sep 17 00:00:00 2001 From: Martin Ashby Date: Mon, 15 Mar 2021 23:07:04 +0000 Subject: Small correction to git URL in documentation files --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3f89ec7d..c277b36c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # PineTime -![Build PineTime Firmware](https://github.com/JF002/Pinetime/workflows/Build%20PineTime%20Firmware/badge.svg?branch=master) +![Build PineTime Firmware](https://github.com/JF002/InfiniTime/workflows/Build%20PineTime%20Firmware/badge.svg?branch=master) > The PineTime is a free and open source smartwatch capable of running custom-built open operating systems. Some of the notable features include a heart rate monitor, a week-long battery as well as a capacitive touch IPS display that is legible in direct sunlight. It is a fully community driven side-project, which means that it will ultimately be up to the developers and end-users to determine when they deem the PineTime ready to ship. -- cgit v1.2.3-70-g09d2 From 49f30189ef9243a9ed863d62c6673e381139bd79 Mon Sep 17 00:00:00 2001 From: panky-codes Date: Sun, 21 Mar 2021 13:59:18 +0100 Subject: Added stopwatch app to readme --- README.md | 1 + 1 file changed, 1 insertion(+) (limited to 'README.md') diff --git a/README.md b/README.md index c277b36c..96e35d8f 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ As of now, here is the list of achievements of this project: * Notification (displays the last notification received) * Paddle (single player pong-like game) * Two (2048 clone game) + * Stopwatch (with all the necessary functions such as play, pause, lap, stop) - Supported by 2 companion apps (development is in progress): * [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge/) (on Android) * [Amazfish](https://openrepos.net/content/piggz/amazfish) (on SailfishOS and Linux) -- cgit v1.2.3-70-g09d2