From e6dff8019378a3499e62c54a5010b9a3a7c00800 Mon Sep 17 00:00:00 2001 From: JieuTang Date: Wed, 13 Jul 2022 20:32:09 +0800 Subject: [PATCH] docs: change description It makes description content grammar more correct and more clear. --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ef2d6c4..862e852 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CSY-DICOMweb-QIDO-RS -This is a private repository to generate the URL and to request to PACS for DICOMweb QIDO-RS. +This private repository generates the URL and requests PACS for DICOMweb QIDO-RS. ## DICOM QIDO Parameter ### Required Matching Attributes diff --git a/package.json b/package.json index 1120f0e..4a0c6cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "csy-dicomweb-qido-rs", "version": "0.2.7", - "description": "This is a private repository to generate the URL and to request to PACS for DICOMweb QIDO-RS.", + "description": "This private repository generates the URL and requests PACS for DICOMweb QIDO-RS.", "main": "DICOMwebQIDORS.js", "type": "module", "scripts": {