Skip to content

Commit e9ff8b9

Browse files
authored
Merge pull request #368 from dbatten5/update-readme
Fix README formatting
2 parents e9ad54c + 5a66188 commit e9ff8b9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,14 @@ To set up `maison` for local development:
5858

5959
This sets up a virtual environment and installs core, development, and quality check dependencies.
6060

61-
````
62-
6361
## Usage
6462

6563
Suppose the following `pyproject.toml` lives somewhere in a user's directory:
6664
6765
```toml
6866
[tool.acme]
6967
enable_useful_option = true
70-
````
68+
```
7169
7270
`maison` exposes a `UserConfig` class to retrieve values from config files
7371
like so:

0 commit comments

Comments
 (0)