diff --git a/pages/getting_started.md b/pages/getting_started.md index 9832d60..8100e54 100644 --- a/pages/getting_started.md +++ b/pages/getting_started.md @@ -1,6 +1,8 @@ ## Installation -`go get -u github.com/go-chi/chi/v5` +```sh +go get -u github.com/go-chi/chi/v5 +``` ## Running a Simple Server diff --git a/quickstart.md b/quickstart.md index 3ac7fa7..80a28e2 100644 --- a/quickstart.md +++ b/quickstart.md @@ -7,7 +7,9 @@ This tutorial is only to show you how an api would look with chi. ## Installation -`go get -u github.com/go-chi/chi/v5` +```sh +go get -u github.com/go-chi/chi/v5 +``` ## Running a Simple Server