Skip to content

Commit 4b16969

Browse files
committed
V6.0.0
1 parent 1bc37a1 commit 4b16969

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
- [Size Rotating Logger](#size-rotating-logger)
3737
- [Timed Rotating Logger](#timed-rotating-logger)
3838
- [Context Manager Support](#context-manager-support)
39-
- [Setup Example](#setup-example)
39+
- [Using With Multiple Log Levels and Files](#using-with-multiple-log-levels-and-files)
4040
- [Environment Variables](#env-variables-optional)
4141
- [Flexible Configuration Options](#flexible-configuration-options)
4242
- [Development](#development)
@@ -205,7 +205,7 @@ except ValueError:
205205

206206

207207

208-
# Setup Example With Multiple Levels and Files
208+
# Using With Multiple Log Levels and Files
209209

210210
```python
211211
from pythonLogs import SizeRotatingLog, TimedRotatingLog, LogLevel, RotateWhen

0 commit comments

Comments
 (0)