Skip to content

Commit

Permalink
fix doc in lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Elad Kaplan authored and Elad Kaplan committed Dec 21, 2023
1 parent 3ad71d4 commit ba08126
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@
//! To start a new project, you can use cargo-generate:
//!
//! ```sh
//! cargo install cargo-generate
//! cargo generate https://github.com/loco-rs/loco-demo-template
//! cargo install loco-cli
//! ❯ loco new
//! ✔ ❯ App name? · myapp
//! ? ❯ What would you like to build? ›
//! ❯ lightweight-service (minimal, only controllers and views)
//! Rest API (with DB and user auth)
//! Saas app (with DB and user auth)
//! ```
//!
//! ## Available Features
Expand Down

0 comments on commit ba08126

Please sign in to comment.