diff --git a/README.md b/README.md
index bf1cdf2a..3ad5924b 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# GitIngest
+# Gitingest
-[](https://gitingest.com)
+[](https://gitingest.com)
[](https://github.com/cyclotruc/gitingest/blob/main/LICENSE)
[](https://badge.fury.io/py/gitingest)
@@ -37,9 +37,9 @@ pip install gitingest
## 🧩 Browser Extension Usage
-
-
-
+
+
+
The extension is open source at [lcandy2/gitingest-extension](https://github.com/lcandy2/gitingest-extension).
diff --git a/src/config.py b/src/config.py
index 1958f30a..9b9553cd 100644
--- a/src/config.py
+++ b/src/config.py
@@ -5,7 +5,7 @@
DELETE_REPO_AFTER: int = 60 * 60 # In seconds
EXAMPLE_REPOS: list[dict[str, str]] = [
- {"name": "GitIngest", "url": "https://github.com/cyclotruc/gitingest"},
+ {"name": "Gitingest", "url": "https://github.com/cyclotruc/gitingest"},
{"name": "FastAPI", "url": "https://github.com/tiangolo/fastapi"},
{"name": "Flask", "url": "https://github.com/pallets/flask"},
{"name": "Tldraw", "url": "https://github.com/tldraw/tldraw"},
diff --git a/src/gitingest/cli.py b/src/gitingest/cli.py
index 7da0b1f6..6a4b4700 100644
--- a/src/gitingest/cli.py
+++ b/src/gitingest/cli.py
@@ -1,4 +1,4 @@
-""" Command-line interface for the GitIngest package. """
+""" Command-line interface for the Gitingest package. """
# pylint: disable=no-value-for-parameter
diff --git a/src/gitingest/exceptions.py b/src/gitingest/exceptions.py
index b101f2e8..bfb3888b 100644
--- a/src/gitingest/exceptions.py
+++ b/src/gitingest/exceptions.py
@@ -1,4 +1,4 @@
-""" Custom exceptions for the GitIngest package. """
+""" Custom exceptions for the Gitingest package. """
class InvalidPatternError(ValueError):
diff --git a/src/gitingest/ignore_patterns.py b/src/gitingest/ignore_patterns.py
index c2b382ce..a1a902df 100644
--- a/src/gitingest/ignore_patterns.py
+++ b/src/gitingest/ignore_patterns.py
@@ -1,4 +1,4 @@
-""" Default ignore patterns for GitIngest. """
+""" Default ignore patterns for Gitingest. """
DEFAULT_IGNORE_PATTERNS: list[str] = [
# Python
diff --git a/src/gitingest/utils.py b/src/gitingest/utils.py
index c93c26a0..3c28da8a 100644
--- a/src/gitingest/utils.py
+++ b/src/gitingest/utils.py
@@ -1,4 +1,4 @@
-""" Utility functions for the GitIngest package. """
+""" Utility functions for the Gitingest package. """
import asyncio
import functools
diff --git a/src/templates/api.jinja b/src/templates/api.jinja
index c5e57bdb..85fa0c3b 100644
--- a/src/templates/api.jinja
+++ b/src/templates/api.jinja
@@ -1,5 +1,5 @@
{% extends "base.jinja" %}
-{% block title %}Git ingest API{% endblock %}
+{% block title %}Gitingest API{% endblock %}
{% block content %}