diff --git a/api-platform/admin-pack/1.0/post-install.txt b/api-platform/admin-pack/1.0/post-install.txt
index d312271c..789406cb 100644
--- a/api-platform/admin-pack/1.0/post-install.txt
+++ b/api-platform/admin-pack/1.0/post-install.txt
@@ -4,13 +4,13 @@
* Your admin is almost ready:
1. Install the JavaScript dependencies by running yarn add @api-platform/admin
- 2. Go in webpack.config.js and uncomment the following lines:
+ 2. Edit webpack.config.js and uncomment the following lines:
Encore
// ...
.enableReactPreset()
.addEntry('admin', './assets/js/admin.js')
- * Mark any entity with the @ApiResource annotation, it appears in the admin!
+ * Mark entities you want in the admin with the @ApiResource annotation, it appears in the admin!
* Using MakerBundle? Try php bin/console make:entity --api-resource