Fix inline code style in README (#1608)

Refer to `pyproject.toml` in HTML section of README with HTML code tags
This commit is contained in:
Daanyaal Syed 2020-08-17 14:55:38 -04:00 committed by GitHub
parent 820f38708f
commit 80425ca440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -293,7 +293,7 @@ the equivalent of r-strings in Python. Multiline strings are treated as verbose
expressions by Black. Use `[ ]` to denote a significant space character.
<details>
<summary>Example `pyproject.toml`</summary>
<summary>Example <code>pyproject.toml</code></summary>
```toml
[tool.black]