diff --git a/README.md b/README.md index 2a78fc3..743c6e3 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ stderr (the default). >>> from icecream import ic >>> >>> def warn(s): ->>> logging.warning(s) +>>> logging.warning("%s", s) >>> >>> ic.configureOutput(outputFunction=warn) >>> ic('eep')