Browse Source

Update README.md

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

+ 5 - 2
README.md

@@ -1,11 +1,14 @@
 # golang-server-sessions
 # golang-server-sessions
+
 Sessions for http server based on files and cookies
 Sessions for http server based on files and cookies
 
 
 ## How to use
 ## How to use
-```
+
+```sh
 go get github.com/vladimirok5959/golang-server-sessions
 go get github.com/vladimirok5959/golang-server-sessions
 ```
 ```
-```
+
+```go
 package main
 package main
 
 
 import (
 import (