diff --git a/README.md b/README.md index 0a261e2..e40a58c 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,10 @@ # goji/csrf [![GoDoc](https://godoc.org/github.com/goji/csrf?status.svg)](https://godoc.org/github.com/goji/csrf) [![Build Status](https://travis-ci.org/goji/csrf.svg?branch=master)](https://travis-ci.org/goji/csrf) -> **Goji v2 users**: There's a preview branch with support for [Goji +**Goji v2 users**: A new version with support for [Goji v2](https://github.com/goji/goji) and any other `context.Context` aware -muxes/applications (i.e. not just Goji!) available under the -[csrf-v2-net-context](https://github.com/goji/csrf/tree/csrf-v2-net-context) -branch. I'm still working out how to version this in [issue #5](https://github.com/goji/csrf/issues/5). +muxes/applications (i.e. not just Goji!) is available in the +[goji/ctx-csrf](https://github.com/goji/ctx-csrf) repo. goji/csrf is a HTTP middleware library that provides [cross-site request forgery](http://blog.codinghorror.com/preventing-csrf-and-xsrf-attacks/) (CSRF)