Skip to content

Commit c6f39e2

Browse files
committed
docs: Update readme
1 parent 3110c26 commit c6f39e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A tool to generate ready-made screen templates for your Flutter app (uses df_gen
1818
1. You do not need to add this package to your pubspec.yaml file.
1919
2. Activate the tool by running: `dart pub global activate df_generate_screen` or `dart pub global activate --source git https://github.com/robmllze/df_generate_screen.git`.
2020
3. Navigate to a folder in your project using the terminal (Tip: If you're using VS Code, you can right-click on a folder and select `"Open in Integrated Terminal"`).
21-
4. Run `screen . -n ExampleScreen` to generate a screen template called `ExampleScreen` at the current directory.
21+
4. Run `genscr . -n ExampleScreen` to generate a screen template called `ExampleScreen` at the current directory.
2222

2323
---
2424

0 commit comments

Comments
 (0)