diff --git a/README.md b/README.md
index 4ab492ad0b14584f7fc83dffc982492526d6b8a8..5b76f2a5e80af97b31b1f95ee25ec5dc94f0d7a6 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,6 @@
 
 Protocol buffer definitions for goSDN gRPC API. To generate run the following command inside the repo root.
 
-´´´sh
+```sh
 protoc --proto_path=./proto --proto_path=./deps --go_out=./go --go-grpc_out=./go --go-grpc_opt=paths=source_relative --go_opt=paths=source_relative $(find proto | grep .proto)
-´´´
+```