diff --git a/README.md b/README.md index cd8278e..fc0885b 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,7 @@ Note that `{}` extracts positional arguments after the string sequentially (the You can use `{:spec}` to customize your output. See the Rust docs linked above for more info, but here's a summary: - Adding a `?` at the end of `spec` (that is, writing e.g. `{0:?}`) will call `repr()` to stringify your argument, instead of `str()`. Note that this only has an effect if your argument is a string, an integer, a float or a `label()` / `