From e806bb63f336dc1b9e9e3dce4b418f2a0dbb47d0 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 16 Dec 2024 00:42:34 -0800 Subject: [PATCH] Remove paragraph, use a translatable --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 681961b579..9327b2f737 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,6 @@ This means that several apps and libraries related to each other are stored in t They are managed together but released individually. This allows the code to be shared effectively, and unifies tracking of changes across all of the apps and libraries. -Some packages released to npm were previously in separate repositories, but are now included in this monorepo. -They include the following items. - | Package | Location | |---|---| | [`@plone/client`](https://www.npmjs.com/package/@plone/client) | [`packages/client`](https://github.com/plone/volto/tree/main/packages/client#readme) | @@ -56,7 +53,7 @@ They include the following items. | [`@plone/registry`](https://www.npmjs.com/package/@plone/registry) | [`packages/registry`](https://github.com/plone/volto/tree/main/packages/registry#readme) | | [`@plone/scripts`](https://www.npmjs.com/package/@plone/scripts) | [`packages/scripts`](https://github.com/plone/volto/tree/main/packages/scripts#readme) | | [`@plone/types`](https://www.npmjs.com/package/@plone/types) | [`packages/types`](https://github.com/plone/volto/tree/main/packages/types#readme) | -| n/a | [`packages/volto-guillotina`](https://github.com/plone/volto/tree/main/packages/volto-guillotina) | +| none | [`packages/volto-guillotina`](https://github.com/plone/volto/tree/main/packages/volto-guillotina) | | [`@plone/volto-slate`](https://www.npmjs.com/package/@plone/volto-slate) | [`packages/volto-slate`](https://github.com/plone/volto/tree/main/packages/volto-slate#readme) | | [`@plone/volto-testing`](https://www.npmjs.com/package/@plone/volto-testing) | [`packages/volto-testing`](https://github.com/plone/volto/tree/main/packages/volto-testing) |