diff --git a/README.md b/README.md index d4b3004..4758818 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ or read the short one below: from etherpump.api import magicword @magicword('__VARIA_PUB_CLUB__') -def maakt_niet_uit_wat_je_hier_schrijft(pads): +def do_things_with_the_pad_contents(pads): print(pads['my-pad-name']['html']) ```