Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed May 2, 2024
1 parent c1332f1 commit 7604fc3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
### Install

```sh
cargo install sea-orm-cli@^0.12 # used to generate entities
cargo install seaography-cli@^1.0.0-rc.2
cargo install sea-orm-cli@^1.0.0-rc.3 # used to generate entities
cargo install seaography-cli@^1.0.0-rc.3
```

### MySQL
Expand Down
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
//! ### Install
//!
//! ```sh
//! cargo install sea-orm-cli@^0.12 # used to generate entities
//! cargo install seaography-cli@^1.0.0-rc.2
//! cargo install sea-orm-cli@^1.0.0-rc.3 # used to generate entities
//! cargo install seaography-cli@^1.0.0-rc.3
//! ```
//!
//! ### MySQL
Expand Down

0 comments on commit 7604fc3

Please sign in to comment.