Forgot how to markdown

Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
Marko Korhonen 2020-01-19 21:50:16 +02:00
parent e0a53f7441
commit f10e1147f7
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5

View file

@ -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. A simple utility which dims your screen. It saves the previous brightness too, so you can restore to the point before dimming.
## Why Rust? ## 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 ## Usage
``` ```