Skip to content

Commit d108445

Browse files
committed
Update package.json and docker-build.yml descriptions for clarity and consistency in project representation.
1 parent 4e97c8a commit d108445

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ jobs:
5959
username: ${{ secrets.DOCKERHUB_USERNAME }}
6060
password: ${{ secrets.DOCKERHUB_TOKEN }}
6161
repository: torukobyte/coolify-dashboard
62-
short-description: Modern dashboard for managing Coolify applications
62+
short-description: A modern production-ready dashboard for monitoring Coolify applications
6363
readme-filepath: ./README.md

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.0.0",
55
"type": "module",
6-
"description": "Modern dashboard for managing Coolify applications, services, and databases",
6+
"description": "A modern, production-ready dashboard for monitoring Coolify apps, services, and databases.",
77
"author": "Burak Kalaycı",
88
"license": "MIT",
99
"repository": {
@@ -32,4 +32,4 @@
3232
"devDependencies": {
3333
"concurrently": "^8.2.2"
3434
}
35-
}
35+
}

0 commit comments

Comments
 (0)