From e2e081e53ee2e12650469224a75a9a24b0b95435 Mon Sep 17 00:00:00 2001 From: Krishna Kishore Shetty Date: Fri, 17 Jun 2022 18:16:40 +0530 Subject: [PATCH] Italicised description of Rust CLI Tutorial Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63f2ed4..5aff8c5 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ This repository is a compilation of well-written, step-by-step guides for re-cre * [**Go**: _Building a cli command with Go: cowsay_](https://flaviocopes.com/go-tutorial-cowsay/) * [**Go**: _Go CLI tutorial: fortune clone_](https://flaviocopes.com/go-tutorial-fortune/) * [**Nim**: _Writing a stow alternative to manage dotfiles_](https://xmonader.github.io/nimdays/day06_nistow.html) -* [**Rust**: _Rust 15-min CLI app tutorial](https://rust-cli.github.io/book/tutorial/index.html) +* [**Rust**: _Rust 15-min CLI app tutorial_](https://rust-cli.github.io/book/tutorial/index.html) #### Build your own `Database`