diff --git a/README.md b/README.md index b2f9168..4e80c0d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Pipeline UI is a free, open-source visual editor for visualizing, creating and managing GitHub Actions workflows. Built with SolidStart, this tool simplifies the process of creating GitHub pipelines -by allowing users to visually check, edit and update workflows. +by allowing users to visualize, create and update existing CI/CD workflows. > [!NOTE] > diff --git a/package.json b/package.json index c7e5b4c..3d90f94 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "pipelineui", "version": "1.0.0", - "description": "", + "description": "Pipeline UI is a free, open-source visual editor for visualizing, creating and managing GitHub Actions workflows. Built with SolidStart, this tool simplifies the process of creating GitHub pipelines by allowing users to visualize, edit and update CI/CD workflows.", "type": "module", "main": "index.js", "scripts": {