diff --git a/docs-site/content/docs/getting-started/guide.md b/docs-site/content/docs/getting-started/guide.md index a0c545d41..a287f7e1c 100644 --- a/docs-site/content/docs/getting-started/guide.md +++ b/docs-site/content/docs/getting-started/guide.md @@ -444,7 +444,7 @@ $ cargo playground Now, let's insert one item: ```rust -async fn main() -> loco_re::Result<()> { +async fn main() -> loco_rs::Result<()> { let ctx = playground::().await?; // add this: