docs: update README to clarify app setup confirmation

Improved wording to clarify how beginners can verify their environment and IDE are correctly set up after running the app.
This commit is contained in:
Anushka Geeta Singh
2026-02-25 00:41:55 +05:30
committed by Jessica Janiuk
parent bb2745ddbc
commit bdbb7cc7af
@@ -6,7 +6,7 @@ This first lesson serves as the starting point from which each lesson in this tu
## What you'll learn
The updated app you have after this lesson confirms that you and your IDE are ready to begin creating an Angular app.
If your application runs successfully in the browser and displays the executed content without errors, it confirms that your development environment and IDE are correctly set up to begin building an Angular app.
NOTE: If you are working with the embedded editor, skip to [step four](#create-hello-world).
When working in the browser playground, you do not need to `ng serve` to run the app. Other commands like `ng generate` can be done in the console window to your right.