diff --git a/README.md b/README.md index de9b693..401e23c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Finds text in files, recursively. Simply provide a query. -It's in the [AUR](https://aur.archlinux.org/packages/goldie-git). - ![](https://i.imgur.com/p0Guav9.jpeg) ## Arguments @@ -67,4 +65,8 @@ proc valid_component(c: string): bool = c.ends_with(".zip") or c.ends_with(".tar.gz") return not not_valid -``` \ No newline at end of file +``` + +--- + +It's in the [AUR](https://aur.archlinux.org/packages/goldie-git). \ No newline at end of file