Skip to content

Commit

Permalink
doc(README): adjust wording of a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
abonander authored Oct 5, 2023
1 parent 7f11790 commit db19cad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ use sqlx::postgres::PgPoolOptions;
// use sqlx::mysql::MySqlPoolOptions;
// etc.

#[async_std::main] // Requires the attributes feature
#[async_std::main] // Requires the `attributes` feature of `async-std`
// or #[tokio::main]
// or #[actix_web::main]
async fn main() -> Result<(), sqlx::Error> {
Expand Down

0 comments on commit db19cad

Please sign in to comment.