diff --git a/README.md b/README.md index e1cdc9a..1537b66 100644 --- a/README.md +++ b/README.md @@ -266,8 +266,8 @@ import re ``` * **Use `r'\1'` or `'\\\\1'` for backreference.** -* **Use '`?`' to make operators non-greedy.** -* **Parameter '`flags=re.IGNORECASE`' can be used with all functions.** +* **Use `'?'` to make operators non-greedy.** +* **Parameter `'flags=re.IGNORECASE'` can be used with all functions.** * **Parameter `'flags=re.DOTALL'` makes dot also accept newline.** ### Match Object