From 84c02e54d3bd25958dafa67a7420cf29b3375de1 Mon Sep 17 00:00:00 2001 From: Aylur Date: Wed, 6 Nov 2024 04:07:55 +0000 Subject: docs: adjust for ags changes --- docs/guide/typescript/first-widgets.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/guide/typescript/first-widgets.md') diff --git a/docs/guide/typescript/first-widgets.md b/docs/guide/typescript/first-widgets.md index b7724e1..96a1275 100644 --- a/docs/guide/typescript/first-widgets.md +++ b/docs/guide/typescript/first-widgets.md @@ -5,13 +5,13 @@ Start by initializing a project ```sh -ags --init +ags init ``` -then run `ags` in the terminal +then run `ags run` in the terminal ```sh -ags +ags run ``` :::details Usage without AGS -- cgit v1.2.3