From 2f7b93cb434a2e5ff57d1df69119193f83af1d6a Mon Sep 17 00:00:00 2001 From: Jure Triglav <juretriglav@gmail.com> Date: Tue, 12 Dec 2017 01:04:47 +0000 Subject: [PATCH] Update README --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 6050de59f..df8cf572b 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 -- GitLab