diff --git a/docs/en/tutorials/book-store-with-abp-suite/index.md b/docs/en/tutorials/book-store-with-abp-suite/index.md index 492d06bc99..4524a1b8f2 100644 --- a/docs/en/tutorials/book-store-with-abp-suite/index.md +++ b/docs/en/tutorials/book-store-with-abp-suite/index.md @@ -18,8 +18,8 @@ In this tutorial series, you will build an ABP based web application named `Acme.BookStore`. This application is used to manage a list of books and their authors. It is developed using the following technologies: -* **{{DB_Value}}** as the database provider. -* **{{UI_Value}}** as the UI Framework. +* **Entity Framework Core** as the database provider. +* **MVC** as the UI Framework. This tutorial is organized as the following parts: