Skip to content

Commit c49fd0d

Browse files
Update table of contents in README.md
1 parent 2f9a5b6 commit c49fd0d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ClickHouse Query is intuitive query builder to simplify usage of [ClickHouse](ht
1515
* [Installation](#installation)
1616
* [Quick start](#quick-start)
1717
- [CREATE TABLE](#create-table)
18-
- [INSERT](#insert)
1918
- [ALTER TABLE](#alter-table)
19+
- [INSERT](#insert)
2020
- [DELETE](#delete)
2121
- [UPDATE](#update)
2222
- [SELECT](#select)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "clickhouse-query",
3-
"version": "1.10.0",
3+
"version": "1.10.1",
44
"description": "ClickHouse Query is intuitive query builder to overcome the complexity of ClickHouse SQL syntax.",
55
"main": "dist/src/index.js",
66
"types": "dist/src/index.d.ts",

0 commit comments

Comments
 (0)