From a613b8331f50b037de8d23208c3d1a6db6421662 Mon Sep 17 00:00:00 2001 From: pxi Date: Sat, 30 Dec 2023 22:42:14 +0100 Subject: [PATCH] =?UTF-8?q?(=20=CC=A7=E2=B8=9D=E2=B8=9D=E2=8D=A2=E2=B8=9D?= =?UTF-8?q?=E2=B8=9D)=CC=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- go-fast-replace/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go-fast-replace/README.md b/go-fast-replace/README.md index ea71b10..2907f40 100644 --- a/go-fast-replace/README.md +++ b/go-fast-replace/README.md @@ -4,19 +4,19 @@ An implementation in Go. ## To build -````bash +````shell make build ```` ## To run -````bash +````shell make run ```` ## To test -````bash +````shell make test ````