Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
cutsea110 committed Jun 2, 2024
1 parent 4d77227 commit 8efc4c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ chrono = "0.4.38"
combine = "4.6.7"
env_logger = "0.11.3"
futures = "0.3.30"
itertools = "0.12.1"
itertools = "0.13.0"
log = "0.4.21"
num-derive = "0.4.2"
num-traits = "0.2.19"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ cargo run --bin esql -- -d <dbname>
How to run simpledb-server.

``` shell
cargo run --bin simpledb server program.
cargo run --bin simpledb-server
```

How to run sql as simpledb client program.
Expand Down

0 comments on commit 8efc4c1

Please sign in to comment.