Skip to content

Commit 92fa0de

Browse files
docs: add hostname and typo fixes
1 parent 75f59f9 commit 92fa0de

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ You can pull the latest image from the GitHub Container Registry.
5151
# Required
5252
TMDB_API_KEY=your_tmdb_api_key_here
5353
TOKEN_SALT=generate_a_random_secure_string_here
54+
HOST_NAME=your_addon_url
5455
5556
# Optional
5657
PORT=8000
@@ -81,7 +82,7 @@ To run the project locally:
8182
```
8283

8384
2. **Install dependencies:**
84-
We recommend using [uv](https://github.com/astral-sh/uv) for fast dependency management.
85+
I recommend using [uv](https://github.com/astral-sh/uv) for fast dependency management.
8586
```bash
8687
uv sync
8788
```
@@ -93,10 +94,10 @@ To run the project locally:
9394

9495
## Contributing
9596

96-
We welcome contributions of all sizes!
97+
I welcome contributions of all sizes!
9798

9899
- **Small Bug Fixes & Improvements**: Feel free to open a Pull Request directly.
99-
- **Major Features & Refactors**: Please **open an issue first** to discuss your proposed changes. This helps ensure your work aligns with the project's direction and saves you time.
100+
- **Major Features & Refactors**: Please **[open an issue](https://github.com/TimilsinaBimal/Watchly/issues)** to discuss your proposed changes. This helps ensure your work aligns with the project's direction and saves you time.
100101

101102
## Funding & Support
102103

0 commit comments

Comments
 (0)