Merge pull request #26 from ojongerius/patch-1
Remove trailing dot. Throttled project has moved.
diff --git a/README.md b/README.md
index 44da570..9877df7 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
to
- alice.New(Middleware1, Middleware2, Middleware3).Then(App).
+ alice.New(Middleware1, Middleware2, Middleware3).Then(App)
### Why?
@@ -49,7 +49,7 @@
"net/http"
"time"
- "github.com/PuerkitoBio/throttled"
+ "github.com/throttled/throttled"
"github.com/justinas/alice"
"github.com/justinas/nosurf"
)