diff options
Diffstat (limited to 'manifest-reference.md')
-rw-r--r-- | manifest-reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest-reference.md b/manifest-reference.md index 77ee2eb..cd79b0b 100644 --- a/manifest-reference.md +++ b/manifest-reference.md @@ -429,7 +429,7 @@ To use a specific upstream branch declare the *branch* name with ```toml [dependencies] -toml-f = { git = "https://github.com/toml-f/toml-f", branch = "master" } +toml-f = { git = "https://github.com/toml-f/toml-f", branch = "main" } ``` Alternatively, reference tags by using the *tag* entry |