From f8dea0ebd93afa07d473d6fbe7cfc0e8c2fa1259 Mon Sep 17 00:00:00 2001 From: Dan Vernon <41971475+dan-vernon@users.noreply.github.com> Date: Sat, 3 Feb 2024 17:05:05 +0100 Subject: [PATCH] Update getting-started.md --- content/v2.1/introduction/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/v2.1/introduction/getting-started.md b/content/v2.1/introduction/getting-started.md index a9012754..ec5a71d2 100644 --- a/content/v2.1/introduction/getting-started.md +++ b/content/v2.1/introduction/getting-started.md @@ -141,7 +141,7 @@ We'll see this structure in more detail as this guide progresses. For now let's get our new app running. In the bookshelf directory, run: ```shell -$ bundle exec hanami dev +$ bundle exec hanami server ``` If all has gone well, you should see output similar to: