Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Nebulizer1213 committed Dec 29, 2021
1 parent 701e67b commit 10bb2f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ could make one.
Install

```shell
go get github.com/Nebulizer1213/GinRateLimit
go get github.com/JGLTechnologies/GinRateLimit
```

<br>
Expand All @@ -24,7 +24,7 @@ package main

import (
"github.com/gin-gonic/gin"
"github.com/Nebulizer1213/GinRateLimit"
"github.com/JGLTechnologies/GinRateLimit"
)

func keyFunc(c *gin.Context) string {
Expand Down

0 comments on commit 10bb2f2

Please sign in to comment.