Skip to content

Commit

Permalink
docs(readme): Change code block syntax
Browse files Browse the repository at this point in the history
Change to `sh` for the convenience of typing.
  • Loading branch information
5ouma committed Aug 31, 2024
1 parent f03d4c2 commit d533102
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

1. 📋 Clone this Repository

```shell
```sh
git clone https://github.com/5ouma/homelab.git
```

Expand Down
2 changes: 1 addition & 1 deletion immich/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@

2. 🚀 Start the Docker Compose

```shell
```sh
docker compose up -d
```
2 changes: 1 addition & 1 deletion misskey/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@

1. 🚀 Start the Docker Compose

```shell
```sh
docker compose up -d
```
2 changes: 1 addition & 1 deletion speedtest-tracker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@

2. 🚀 Start the Docker Compose

```shell
```sh
docker compose up -d
```

0 comments on commit d533102

Please sign in to comment.