diff --git a/README.md b/README.md index 043b681..c2bbf4d 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,6 @@ The Plone CLI is meant for developing Plone packages. It uses [copier](https://copier.readthedocs.io/) templates to scaffold Plone backend addons, Zope project setups, and add features like content types, behaviors, and REST API services. -## Demo - -Scaffolding a backend add-on, adding a content type and behavior, and wiring up a REST API service: - - - -> ▶ If the video does not play inline, [watch `docs/demo-backend.webm`](https://github.com/plone/plonecli/raw/master/docs/demo-backend.webm). - ## Compatibility Starting from version 7.x, we use copier templates instead of bobtemplates.plone or cookiecutter templates.