Skip to content

Commit d93205b

Browse files
authored
Fix capitalization of 'KoShelf' in README
Corrected capitalization of 'KoShelf' throughout the README.
1 parent c91adb7 commit d93205b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22

3-
# KOShelf
3+
# KoShelf
44

55
<p>
66
<a href="https://github.com/paviro/koshelf/stargazers">
@@ -73,12 +73,12 @@
7373

7474
### Home Assistant
7575

76-
Using Home Assistant? Install KOShelf as an add-on with just one click below.
76+
Using Home Assistant? Install KoShelf as an add-on with just one click below.
7777

7878
[![Open your Home Assistant instance and show the dashboard of an add-on.](https://my.home-assistant.io/badges/supervisor_addon.svg)](https://my.home-assistant.io/redirect/supervisor_addon/?addon=5d189d71_koshelf&repository_url=https%3A%2F%2Fgithub.com%2Fpaviro%2Fhome-assistant-addons)
7979

8080
### Docker Compose Deployment
81-
Deploy Koshelf easily using the community-maintained Docker image.
81+
Deploy KoShelf easily using the community-maintained Docker image.
8282
#### Quick Start
8383
1. Create a docker-compose.yml file:
8484

@@ -103,7 +103,7 @@ services:
103103
docker compose up -d
104104
```
105105

106-
4. Access Koshelf at http://localhost:3000
106+
4. Access KoShelf at http://localhost:3000
107107

108108
Docker Image Repository: [koshelf-docker](https://github.com/DevTigro/koshelf-docker)
109109

@@ -171,8 +171,8 @@ If you prefer to build from source or need a custom build:
171171
#### Building the tool
172172

173173
```bash
174-
git clone https://github.com/paviro/KOShelf
175-
cd koshelf
174+
git clone https://github.com/paviro/KoShelf
175+
cd KoShelf
176176
177177
# Build the Rust binary
178178
cargo build --release

0 commit comments

Comments
 (0)