diff --git a/docs/en/Tutorials/Part-1.md b/docs/en/Tutorials/Part-1.md index e3f988779b..8d9d42875f 100644 --- a/docs/en/Tutorials/Part-1.md +++ b/docs/en/Tutorials/Part-1.md @@ -874,8 +874,6 @@ We'll see **book-list works!** text on the books page: Run the following command in the terminal to create a new state, named `BooksState`: -![Initial book list page](./images/bookstore-generate-state-books.png) - ```bash npx @ngxs/cli --name books --directory src/app/books ```