diff --git a/README.md b/README.md index a49cfee..d56017d 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ It also sets the cookie `locale` for future requests to their detected locale. This also stores the `last_locale` (or whatever you configure the property name to be in the config option `lastLocaleField`) for a user via `ctx.state.user.save()`. -**NOTE:** As of v2.0.0 we have added a `redirectIgnoresNonGetMethods` (Boolean) option (defaults to `true`) which you can pass to `new I18N({ ... })` which will ignore non-GET methods on redirection. +**NOTE:** As of v3.0.0 we have added a `redirectIgnoresNonGetMethods` (Boolean) option (defaults to `true`) which you can pass to `new I18N({ ... })` which will ignore non-GET methods on redirection. ## Options