Skip to content

Commit b005256

Browse files
authored
Fix url for git repository (#2)
1 parent 0f8b1fa commit b005256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ cmake --build .
3838
This library is designed to be included as a submodule in codec wrapper projects:
3939

4040
```bash
41-
git submodule add https://github.com/kahrendt/micro-ogg-demuxer.git
41+
git submodule add https://github.com/esphome-libs/micro-ogg-demuxer.git
4242
```
4343

4444
Then in your CMakeLists.txt:

0 commit comments

Comments
 (0)