diff options
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | src/invidious.cr | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Invidious -## Invidious is what YouTube should be +## Invidious is an alternative front-end to YouTube - Audio-only (and no need to keep window open on mobile) - [Open-source](https://github.com/omarroth/invidious) (AGPLv3 licensed) diff --git a/src/invidious.cr b/src/invidious.cr index 7a2fea10..ba5d79e6 100644 --- a/src/invidious.cr +++ b/src/invidious.cr @@ -1,4 +1,4 @@ -# "Invidious" (which is what YouTube should be) +# "Invidious" (which is an alternative front-end to YouTube) # Copyright (C) 2018 Omar Roth # # This program is free software: you can redistribute it and/or modify |
