Browse Source

Update README.md

Volodymyr Tkach 2 years ago
parent
commit
d8db37f34e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -5,7 +5,7 @@ Wrapper with context for safe application closing by signals like ctrl+c or kill
 ```
 go get github.com/vladimirok5959/golang-ctrlc
 ```
-```
+```go
 package main
 
 import (