From 293b660ee910cf32504066a0a4387a656a4b86a7 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Wed, 11 Apr 2018 22:08:37 -0700 Subject: [PATCH] json_decoder -> json_encoder --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0683549..561ba08 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ plug Plug.Parsers, plug PlugMicropub, handler: MyApp.MicropubHandler, - json_decoder: Poison + json_encoder: Poison ``` ### Forwarding @@ -31,7 +31,7 @@ forward "/micropub", to: PlugMicropub, init_opts: [ handler: MyApp.MicropubHandler, - json_decoder: Poison + json_encoder: Poison ] ``` @@ -41,7 +41,7 @@ forward "/micropub", forward "/micropub", PlugMicropub, handler: MyApp.MicropubHandler, - json_decoder: Poison + json_encoder: Poison ``` [1]: https://micropub.rocks/