diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 18:06:24 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-06 18:06:24 +0200 |
commit | cfc8e84f30a7b97928eb43e59bc398085564b3b4 (patch) | |
tree | 3f695a103804922174cce81623447e9ec146721f /README.md | |
parent | build(cog.toml): Use correct usernames (diff) | |
download | back-cfc8e84f30a7b97928eb43e59bc398085564b3b4.zip |
chore(treewide): Comply with the reuse spec v3.3
Diffstat (limited to '')
-rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md index deaee88..f55fb73 100644 --- a/README.md +++ b/README.md @@ -29,8 +29,8 @@ them. ### `<repo_path>/issues/?query=<query>` -This path displays all issues that match the query `<query>` for the -repository at `<repo_path>`. +This path displays all issues that match the query `<query>` for the repository +at `<repo_path>`. ### `<repo_path>/issue/<issue_id>` @@ -71,8 +71,8 @@ per line. This is semantically the same as `cgit`'s `project-list`. ### Note -`back` needs write access to the repository, because it will generate -an entity lookup cache at `.git/git-bug-rs`. +`back` needs write access to the repository, because it will generate an entity +lookup cache at `.git/git-bug-rs`. ## Licensing |