summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorlhchavez <[email protected]>2020-08-15 17:19:53 -0700
committerGitHub <[email protected]>2020-08-15 17:19:53 -0700
commit53149517592d613935e6bcbcea18f8ddb6bb546e (patch)
tree85874a8e442c509148b81323370e54dbea93a61f /README.md
parentfc6eaf36388841b16ff004e1d48e887d3f9613dc (diff)
Refresh the GitHub Actions CI (#632)
This change: * Builds the library with Go 1.14, too. * Builds the non-legacy tests with Ubuntu Focal (20.04). * Adds testing for system-wide libraries, both static and dynamic versions. * Fixes a typo in the README.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05dddec..79a96e9 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ The `master` branch follows the tip of libgit2 itself (with some lag) and as suc
### Which branch to send Pull requests to
-If there's something version-specific that you'd want to contribute to, you can send them to the `release-${MAJOR}-${MINOR}` branches, which follow libgit2's releases.
+If there's something version-specific that you'd want to contribute to, you can send them to the `release-${MAJOR}.${MINOR}` branches, which follow libgit2's releases.
Installing
----------