From dc5bcd672c42035fcbb7980d3c4f33afdd239fe7 Mon Sep 17 00:00:00 2001 From: Jimmy Wu Date: Mon, 25 Sep 2023 16:19:22 +0800 Subject: [PATCH] fix image path in README --- .gitignore | 1 + README.md | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 01f8f04..c93a18e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /target /assets/gen +/.idea diff --git a/README.md b/README.md index de273fa..aae008f 100644 --- a/README.md +++ b/README.md @@ -4,25 +4,25 @@ A clock app in terminal. It support the following modes: ## Clock -![clock](/assets/demo-clock-mode.gif) +![clock](./assets/demo-clock-mode.gif) ## Timer -![timer](/assets/demo-timer-mode.gif) +![timer](./assets/demo-timer-mode.gif) ## Stopwatch -![stopwatch](/assets/demo-stopwatch-mode.gif) +![stopwatch](./assets/demo-stopwatch-mode.gif) ## Countdown -![countdown](/assets/demo-countdown-mode.gif) +![countdown](./assets/demo-countdown-mode.gif) # Usage ## Install -Install excutable by `cargo`: +Install executable by `cargo`: ```shell $ cargo install clock-tui