diff --git a/README.md b/README.md index 4d97915..635aacf 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Test](https://github.com/thinreports/thinreports-section-editor/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/thinreports/thinreports-section-editor/actions/workflows/test.yml) -An editor for editing a [section format](https://github.com/thinreports/thinreports/blob/main/getting-started/section-format.md) template. +A template editor for [Thinreports](https://github.com/thinreports/thinreports) to edit [Section Format](https://github.com/thinreports/thinreports/blob/main/getting-started/section-format.md) templates. ## Current Status diff --git a/package.json b/package.json index ac08186..5ec2bb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "thinreports-section-editor", "version": "1.0.0-dev", - "description": "A report designer for Thinreports to edit section format templates", + "description": "A template editor for Thinreports to edit Section Format templates", "private": true, "scripts": { "build": "vue-cli-service build",