From 51581fcc0ab0853436713abdb968fd905b9ce51c Mon Sep 17 00:00:00 2001 From: Peter Mathis Date: Mon, 1 Jul 2024 10:58:38 +0200 Subject: [PATCH] typo --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index ef14c6a..673f006 100644 --- a/README.rst +++ b/README.rst @@ -167,8 +167,8 @@ While making changes to these files you can: 1. change to directory ``resources/`` 2. run ``make serve`` -This start a webpack development server at ``localhost:3000`` and serves the JS -files live. +This starts a webpack development server at ``localhost:3000`` and +serves the JS files. Now start your Plone instance with @@ -181,6 +181,7 @@ and the taxonomy controlpanel will use the files served from the webpack server. When you have finished your changes run: :: + make test make build