diff --git a/.env.selfhost.example b/.env.selfhost.example
index bcb56ec..600cc10 100644
--- a/.env.selfhost.example
+++ b/.env.selfhost.example
@@ -17,7 +17,7 @@ SMTP_HOST=smtp.mailtrap.io # Example SMTP host
SMTP_USER= "unsend" # Example SMTP user
## Auth providers any one is required
-# Github login - required
+# GitHub login - required
GITHUB_ID=""
GITHUB_SECRET=""
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index d50b6fd..44e7d63 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -138,7 +138,7 @@ jobs:
docker manifest push unsend/$APP_NAME:$APP_VERSION
done
- - name: Create and push Github Container Registry manifest
+ - name: Create and push GitHub Container Registry manifest
run: |
APP_VERSION="$(git name-rev --tags --name-only $(git rev-parse HEAD) | head -n 1 | sed 's/\^0//')"
GIT_SHA="$(git rev-parse HEAD)"
diff --git a/README.md b/README.md
index 4b6839a..8e8be3b 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@
-
+
diff --git a/apps/docs/README.md b/apps/docs/README.md
index 4cbe075..063d3f8 100644
--- a/apps/docs/README.md
+++ b/apps/docs/README.md
@@ -24,7 +24,7 @@ mintlify dev
### Publishing Changes
-Install our Github App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
+Install our GitHub App to auto propagate changes from your repo to your deployment. Changes will be deployed to production automatically after pushing to the default branch. Find the link to install on your dashboard.
#### Troubleshooting
diff --git a/apps/docs/community-sdk/go.mdx b/apps/docs/community-sdk/go.mdx
index abed1f2..36cdb6f 100644
--- a/apps/docs/community-sdk/go.mdx
+++ b/apps/docs/community-sdk/go.mdx
@@ -20,7 +20,7 @@ go get github.com/QGeeDev/unsend-go
## Related Links
-Github Repository: [Github](https://github.com/QGeeDev/unsend-go)
+GitHub Repository: [GitHub](https://github.com/QGeeDev/unsend-go)
## Usage
@@ -101,6 +101,6 @@ func main() {
### More
-Checkout more examples in the [Github Repository](https://github.com/QGeeDev/unsend-go/tree/main/examples).
+Checkout more examples in the [GitHub Repository](https://github.com/QGeeDev/unsend-go/tree/main/examples).
It handles `emails`, `domains` & `contacts` APIs.
diff --git a/apps/docs/community-sdk/python.mdx b/apps/docs/community-sdk/python.mdx
index b0be38a..369bb84 100644
--- a/apps/docs/community-sdk/python.mdx
+++ b/apps/docs/community-sdk/python.mdx
@@ -20,7 +20,7 @@ pip install unsendcommunity
## Related Links
-Github Repository: [Github](https://github.com/harshsbhat/unsend_community.git)
+GitHub Repository: [GitHub](https://github.com/harshsbhat/unsend_community.git)
PyPI package: [PyPi](https://pypi.org/project/UnsendCommunity/)
diff --git a/apps/docs/get-started/local.mdx b/apps/docs/get-started/local.mdx
index 520cb23..8db45e4 100644
--- a/apps/docs/get-started/local.mdx
+++ b/apps/docs/get-started/local.mdx
@@ -57,7 +57,7 @@ To run Unsend, locally you will need to setup the following:
- Click on the fork button on [Github](https://github.com/unsend-dev/unsend) to fork the repo
+ Click on the fork button on [GitHub](https://github.com/unsend-dev/unsend) to fork the repo
Once the repo is forked you can clone it on your local machine using:
@@ -101,7 +101,7 @@ openssl rand -base64 32
```
-
+
You don't need this setup if you have `FROM_EMAIL` set in your environment
variables. for development email link will logged in the console.
@@ -165,7 +165,7 @@ http://localhost:3001
```
-
+
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
```bash
cloudflared tunnel --url http://localhost:3000
@@ -195,7 +195,7 @@ pnpm db:migrate-dev
pnpm dev
```
-
+
Run the following command to get the URL. Here is the more detailed guide by [cloudflare](https://developers.cloudflare.com/pages/how-to/preview-with-cloudflare-tunnel/)
```bash
cloudflared tunnel --url http://localhost:3000
diff --git a/apps/docs/get-started/self-hosting.mdx b/apps/docs/get-started/self-hosting.mdx
index 25db54b..8e693e3 100644
--- a/apps/docs/get-started/self-hosting.mdx
+++ b/apps/docs/get-started/self-hosting.mdx
@@ -6,7 +6,7 @@ icon: server
## Prerequisites
-- A [Github](https://github.com) account
+- A [GitHub](https://github.com) account
- An [AWS](https://aws.amazon.com) account
If you have any questions join [#self-host](https://discord.gg/gbsvjb9MqV) on discord.
@@ -32,7 +32,7 @@ Add the following environment variables.
-
+
Usend uses github authentication for login.
Use this link to [create an github app](https://docs.github.com/en/apps/creating-github-apps/about-creating-github-apps/about-creating-github-apps)
diff --git a/apps/docs/mint.json b/apps/docs/mint.json
index 7aab948..1cda932 100644
--- a/apps/docs/mint.json
+++ b/apps/docs/mint.json
@@ -33,7 +33,7 @@
],
"anchors": [
{
- "name": "Github",
+ "name": "GitHub",
"icon": "github",
"url": "https://github.com/unsend-dev/unsend"
},
diff --git a/apps/marketing/src/app/layout.tsx b/apps/marketing/src/app/layout.tsx
index 1c210ba..8e2f932 100644
--- a/apps/marketing/src/app/layout.tsx
+++ b/apps/marketing/src/app/layout.tsx
@@ -91,7 +91,7 @@ export default function RootLayout({
- {/* Github */}
+ {/* GitHub */}
@@ -140,7 +140,7 @@ export default function RootLayout({
- {/* Github */}
+ {/* GitHub */}
diff --git a/apps/marketing/src/app/page.tsx b/apps/marketing/src/app/page.tsx
index c2d90f9..d577b72 100644
--- a/apps/marketing/src/app/page.tsx
+++ b/apps/marketing/src/app/page.tsx
@@ -14,7 +14,7 @@ import { formatDate } from "date-fns";
import IntegrationCode from "./IntegrationCode";
import {
- GithubStarButton,
+ GitHubStarButton,
HeroImage,
JoinWaitlist,
} from "~/components/landind-page";
@@ -37,7 +37,7 @@ export default function Home() {
-
+
diff --git a/apps/marketing/src/components/landind-page.tsx b/apps/marketing/src/components/landind-page.tsx
index 94c71be..4fcd6e3 100644
--- a/apps/marketing/src/components/landind-page.tsx
+++ b/apps/marketing/src/components/landind-page.tsx
@@ -20,7 +20,7 @@ export function JoinWaitlist() {
);
}
-export function GithubStarButton() {
+export function GitHubStarButton() {
return (