diff --git a/README.md b/README.md index 6050de59f2cde73d741bfa83257c9e36e5332c5e..df8cf572b449d5775a9b8c81b8647530aee670ca 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ It's a modular and flexible framework consisting of a **server** and **client** | package | description | | :-------- | :-------- | -| [ pubsweet/pubsweet-server](https://gitlab.coko.foundation/pubsweet/tree/master/packages/pubsweet-server) | an extensible RESTful API that runs on the server | -| [ pubsweet/pubsweet-client](https://gitlab.coko.foundation/pubsweet/tree/master/packages/pubsweet-client) | an extensible frontend app that runs in the browser | -| [ pubsweet/pubsweet-components](https://gitlab.coko.foundation/pubsweet/tree/master/packages/pubsweet-components) | components for server and/or client | -| [ pubsweet/pubsweet-cli](https://gitlab.coko.foundation/pubsweet/tree/master/packages/pubsweet-cli) | a suite of command-line tools for building and managing your platform | -| [@pubsweet/logger](https://gitlab.coko.foundation/pubsweet/tree/master/packages/pubsweet-logger) | logging utility | +| [ pubsweet-server](https://gitlab.coko.foundation/pubsweet/tree/master/packages/server) | an extensible RESTful API that runs on the server | +| [ pubsweet-client](https://gitlab.coko.foundation/pubsweet/tree/master/packages/client) | an extensible frontend app that runs in the browser | +| [ pubsweet-components](https://gitlab.coko.foundation/pubsweet/tree/master/packages/components) | components for server and/or client | +| [ pubsweet cli](https://gitlab.coko.foundation/pubsweet/tree/master/packages/cli) | a suite of command-line tools for building and managing your platform | +| [pubsweet-theme-plugin](https://gitlab.coko.foundation/pubsweet/tree/master/packages/theme-plugin) | webpack plugin for theme support in PubSweet | +| [@pubsweet/logger](https://gitlab.coko.foundation/pubsweet/tree/master/packages/logger) | logging utility | | [@pubsweet/db-manager](https://gitlab.coko.foundation/pubsweet/tree/master/packages/db-manager) | utility for managing PubSweet databases | -| [@pubsweet/pubsweet-theme-plugin](https://gitlab.coko.foundation/pubsweet/tree/master/packages/db-manager) | webpack plugin for theme support in PubSweet | # Getting started