Skip to content

Commit d126b1c

Browse files
fix: capitalize
1 parent 8fb226a commit d126b1c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
- [Case 5. In `Django` project, config `LOGGING`](#case-5-in-django-project-config-logging)
99
- [More Usage](#more-usage)
1010
- [Case 1. Mix `extra` to output](#case-1-mix-extra-to-output)
11-
- [Case 2. output multiple attributes in one key](#case-2-output-multiple-attributes-in-one-key)
12-
- [Case 3. support `json.dumps` all optional parameters](#case-3-support-jsondumps-all-optional-parameters)
11+
- [Case 2. Output multiple attributes in one key](#case-2-output-multiple-attributes-in-one-key)
12+
- [Case 3. Support `json.dumps` all optional parameters](#case-3-support-jsondumps-all-optional-parameters)
1313
- [Case 4. Solve cumtom `LogRecord` attribute is not `JSON serializable`](#case-4-solve-cumtom-logrecord-attribute-is-not-json-serializable)
1414
- [LogRecord Attributes](#logrecord-attributes)
1515

@@ -335,7 +335,7 @@ output:
335335

336336

337337

338-
### Case 2. output multiple attributes in one key
338+
### Case 2. Output multiple attributes in one key
339339
```python
340340
import logging
341341

@@ -363,7 +363,7 @@ root.info('test multi attributes in one key')
363363

364364

365365

366-
### Case 3. support `json.dumps` all optional parameters
366+
### Case 3. Support `json.dumps` all optional parameters
367367

368368
```python
369369
import logging

0 commit comments

Comments
 (0)