From 554f2161d3cae3ba22f1d66042882ff69844fcc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edi=20Modri=C4=87?= Date: Sat, 12 Oct 2019 09:46:54 +0200 Subject: [PATCH] Update docs --- README.md | 4 +--- Resources/doc/INSTALL.md | 6 +++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8c63092..7deb93d 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,7 @@ Netgen ContentType List Bundle [![Latest stable](https://img.shields.io/packagist/v/netgen/content-type-list-bundle.svg?style=flat-square)](https://packagist.org/packages/netgen/content-type-list-bundle) [![License](https://img.shields.io/github/license/netgen/NetgenContentTypeListBundle.svg?style=flat-square)](LICENSE) -Netgen ContentType List Bundle is an eZ Publish 5 bundle that provides a field type to select and store a list of content type identifiers. - -This repository represents eZ Publish 5 rewrite of the original eZ Publish 4 extension located at [http://github.com/netgen/ngclasslist](/netgen/ngclasslist). However, eZ Publish 4 extension is still required to populate field type through the admin interface. +Netgen ContentType List Bundle is an eZ Platform bundle that provides a field type to select and store a list of content type identifiers. License and installation instructions ------------------------------------- diff --git a/Resources/doc/INSTALL.md b/Resources/doc/INSTALL.md index c2a6b89..092383c 100644 --- a/Resources/doc/INSTALL.md +++ b/Resources/doc/INSTALL.md @@ -4,7 +4,7 @@ Netgen Content Type List Bundle installation instructions Requirements ------------ -* Recent version of eZ Publish 5 or eZ Platform +* Recent version of eZ Platform Installation steps ------------------ @@ -39,10 +39,10 @@ public function registerBundles() ### Clear the caches -Clear eZ Publish caches. +Clear eZ Platform caches. ```bash -php app/console cache:clear +php bin/console cache:clear ``` ### Use the bundle