Skip to content

Commit 43e6df6

Browse files
committed
fix readme
1 parent b442a0b commit 43e6df6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

README.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -84,22 +84,22 @@ That's all.
8484

8585
## Parameters for the pool initial:
8686

87-
`host`: Host of MySQL server
88-
`port`: Port of MySQL server
89-
`user`: User of MySQL server
90-
`password`: Password of MySQL server
91-
`db`: Database of MySQL server
92-
`charset`: Charset of MySQL server
93-
`cursorclass`: Class of MySQL Cursor
94-
`autocommit`: auto commit mode
95-
`min_size`: Minimum size of connection pool
96-
`max_size`: Maximum size of connection pool
97-
`timeout`: Watting time in the multi-thread environment
98-
`interval`: Statistical cycle time
99-
`stati_mun`: Statistical frequency
100-
`multiple`: Regulation standard
101-
`counter`: Counter
102-
`accumulation`: Statiscal result
87+
- `host`: Host of MySQL server
88+
- `port`: Port of MySQL server
89+
- `user`: User of MySQL server
90+
- `password`: Password of MySQL server
91+
- `db`: Database of MySQL server
92+
- `charset`: Charset of MySQL server
93+
- `cursorclass`: Class of MySQL Cursor
94+
- `autocommit`: auto commit mode
95+
- `min_size`: Minimum size of connection pool
96+
- `max_size`: Maximum size of connection pool
97+
- `timeout`: Watting time in the multi-thread environment
98+
- `interval`: Statistical cycle time
99+
- `stati_mun`: Statistical frequency
100+
- `multiple`: Regulation standard
101+
- `counter`: Counter
102+
- `accumulation`: Statiscal result
103103

104104
## Roadmap
105105

0 commit comments

Comments
 (0)