Skip to content

Commit 4caa9e7

Browse files
authored
Update README.md
1 parent 523c605 commit 4caa9e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ To embed your own server import and use the package
5757
package main
5858

5959
import (
60-
"log"
61-
"net/http"
60+
"log"
61+
"net/http"
6262

63-
github.com/asim/git-http-backend/server"
63+
"github.com/asim/git-http-backend/server"
6464
)
6565

6666
func main() {

0 commit comments

Comments
 (0)