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/