From f10e1147f7538208e83b097fc94621ce83a9c6e3 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Sun, 19 Jan 2020 21:50:16 +0200 Subject: [PATCH] Forgot how to markdown Signed-off-by: Marko Korhonen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e33cfe1..55cdc11 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A simple utility which dims your screen. It saves the previous brightness too, so you can restore to the point before dimming. ## Why Rust? -I wanted start a small project to learn Rust. Before this, I was using [this script]("https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh") and figured, why not rewrite it in Rust. +I wanted start a small project to learn Rust. Before this, I was using [this script](https://github.com/Bonnee/dotfiles/blob/wayland/scripts/bin/dim.sh) and figured, why not rewrite it in Rust. ## Usage ```