From 19794117a2ef56c80f5d861336f69820f12934b8 Mon Sep 17 00:00:00 2001 From: Yagiz Degirmenci Date: Fri, 22 Jan 2021 02:11:37 +0300 Subject: [PATCH] doc(style): delete syntax highlighting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9092bb5..17459b2 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Binary downloads of example are available from [the releases section on GitHub]( 0. Verify that you have Go 1.13+ installed - ```sh + ``` $ go version ``` @@ -99,7 +99,7 @@ Binary downloads of example are available from [the releases section on GitHub]( 1. Clone this repository - ```sh + ``` $ git clone https://github.com/ycd/toc $ cd ycd ``` @@ -107,14 +107,14 @@ Binary downloads of example are available from [the releases section on GitHub]( 2. Build and install #### Unix/Linux - ```sh + ``` # May require you to use sudo $ go build . $ cp toc /usr/local/toc ``` 3. Verify installation - ```sh + ``` $ toc -h Usage: toc [options]