diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6c7523a8..3ac0d8ed 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -10,7 +10,7 @@ Dockhand welcomes all contributions so thank you for considering contributing!
## Tech Stack
-- Base: own OS layer built from scratch using [Wolfi packages](https://github.com/wolfi-dev/os) via apko. Every package is explicitly declared in the Dockerfile.
+- Base: A custom OS layer built from scratch using [Wolfi packages](https://github.com/wolfi-dev/os) via apko. Every package is explicitly declared in the Dockerfile.
- Frontend: [SvelteKit 2](https://svelte.dev/docs/kit/introduction), [Svelte 5](https://svelte.dev), [shadcn-svelte](https://www.shadcn-svelte.com), [TailwindCSS](https://tailwindcss.com)
- Backend: [Bun](https://bun.sh/) runtime with SvelteKit API routes
- Database: SQLite or PostgreSQL via [Drizzle ORM](https://orm.drizzle.team)
diff --git a/README.md b/README.md
index 0a784477..e47b5301 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
## About
-Dockhand is a modern, efficient Docker management application providing real-time container management, Compose stack orchestration, and multi-environment support. All in a lightweight, secure and privacy-focused package.
+Dockhand is a modern, efficient Docker management application providing real-time container management, Compose stack orchestration, and multi-environment support. All in a lightweight, secure, and privacy-focused package.
### Features
@@ -30,7 +30,7 @@ Dockhand is a modern, efficient Docker management application providing real-tim
## Tech Stack
-- **Base**: own OS layer built from scratch using Wolfi packages via apko. Every package is explicitly declared in the Dockerfile.
+- **Base**: A custom OS layer built from scratch using Wolfi packages via apko. Every package is explicitly declared in the Dockerfile.
- **Frontend**: SvelteKit 2, Svelte 5, shadcn-svelte, TailwindCSS
- **Backend**: Bun runtime with SvelteKit API routes
- **Database**: SQLite or PostgreSQL via Drizzle ORM