diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 9c2b757c2..a1a8d4899 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -10,7 +10,7 @@ on:
jobs:
test-service-container-build:
- name: Build and Test Powersync Service
+ name: Build and Test PowerSync Service
runs-on: ubuntu-latest
steps:
- name: Checkout
diff --git a/DEVELOP.md b/DEVELOP.md
index 23eb51d4d..3b88419e6 100644
--- a/DEVELOP.md
+++ b/DEVELOP.md
@@ -18,7 +18,7 @@ pnpm build
## Dependent Services
-The PowerSync service requires Postgres and MongoDB server connections. These configuration details can be specified in a `powersync.yaml` (or JSON) configuration file.
+The PowerSync Service requires Postgres and MongoDB server connections. These configuration details can be specified in a `powersync.yaml` (or JSON) configuration file.
See the [self-hosting demo](https://github.com/powersync-ja/self-host-demo) for demos of starting these services.
@@ -36,7 +36,7 @@ One method to obtain access is to add the following to `/etc/hosts` (on Unix-lik
127.0.0.1 mongo
```
-This will start all the services defined in the Self hosting demo except for the PowerSync service - which will be started from this repository.
+This will start all the services defined in the self-hosting demo except for the PowerSync Service - which will be started from this repository.
## Local Configuration
diff --git a/README.md b/README.md
index dd5f13b31..06a11cf0a 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@