Skip to content

Commit c6f0996

Browse files
authored
Update README.md
1 parent 211aa32 commit c6f0996

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ Gee API Framework encapsulates the net/http framework, making it easier and fast
1818

1919
### Getting Gee
2020
```
21-
import "github.com/gitlayzer/gee_api_framework"
21+
import "github.com/gitlayzer/gee"
2222
```
2323

2424
to your code, and then go [build|run|test] will automatically fetch the necessary dependencies.
2525

26-
Otherwise, run the following Go command to install the `gin` package:
26+
Otherwise, run the following Go command to install the `gee` package:
2727

2828
```sh
29-
$ go get -u github.com/gitlayzer/gee_api_framework
29+
$ go get -u github.com/gitlayzer/gee
3030
```
3131

3232
### Running Gee

0 commit comments

Comments
 (0)