File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ license = "..."
142
142
license-file = " ..."
143
143
144
144
# Optional specification of badges to be displayed on crates.io. The badges
145
- # currently available are Travis CI, Appveyor, and Gitlab latest build status,
145
+ # currently available are Travis CI, Appveyor, and GitLab latest build status,
146
146
# specified using the following parameters:
147
147
[badges ]
148
148
# Travis CI: `repository` is required. `branch` is optional; default is `master`
@@ -151,7 +151,7 @@ travis-ci = { repository = "...", branch = "master" }
151
151
# `service` is optional; valid values are `github` (default), `bitbucket`, and
152
152
# `gitlab`.
153
153
appveyor = { repository = " ..." , branch = " master" , service = " github" }
154
- # Gitlab : `repository` is required. `branch` is optional; default is `master`
154
+ # GitLab : `repository` is required. `branch` is optional; default is `master`
155
155
gitlab = { repository = " ..." , branch = " master" }
156
156
```
157
157
You can’t perform that action at this time.
0 commit comments