From 8a1f8c02faa9d623e75bfce7066e27d224b75ffa Mon Sep 17 00:00:00 2001 From: Anthony Lansangan Date: Mon, 8 Jun 2020 18:40:49 +0800 Subject: [PATCH] update readme to correct setLocale function --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 09ce36b..2119fdc 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ __('{a} {a} {b} {b} {b}', {a: 'foo', b: 'bar'}) Get locale from query / cookie and header. -### `context.setLocale()` +### `context.__setLocale()` Set locale and cookie.