From a501ec1c5e4847a5250505a649128351fd0ccdab Mon Sep 17 00:00:00 2001 From: Marijn Suijten Date: Tue, 3 Aug 2021 20:37:46 +0200 Subject: [PATCH] README: Replace `shell` with `console` codeblocks --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8603f4b..640b39e 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,8 @@ files used to generate all [`gtk-rs`](https://github.com/gtk-rs/gtk-rs) crates. You can update all the files by doing: -```bash -./dl.sh +```console +$ ./dl.sh ``` This command will fetch the gir files for the latest release of each library. @@ -24,9 +24,9 @@ a bug fix or a missing API. Manually copy the updated gir file and then run -```bash -./reformat.sh -./fix.sh +```console +$ ./reformat.sh +$ ./fix.sh ``` ## Validating an update