Skip to content

Commit 3f7584d

Browse files
Merge pull request #204 from mapbox/dylan/small-incup-doc-fix
Small doc fix
2 parents a108b4c + f52c7bc commit 3f7584d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ export MAPBOX_ACCESS_TOKEN=my.token
8181
- Tilesets
8282
- [`create`](#create)
8383
- [`publish`](#publish)
84-
- [`publish-changeset`](#publish-changesets)
84+
- [`publish-changesets`](#publish-changesets)
8585
- [`update`](#update)
8686
- [`delete`](#delete)
8787
- [`status`](#status)
@@ -503,7 +503,7 @@ Flags:
503503

504504
### publish-changesets
505505

506-
Publishes changesets for an incrementally updatable tileset. This command only supports tilesets created with the [Mapbox Tiling Service](https://docs.mapbox.com/mapbox-tiling-service/overview/).
506+
Publishes changesets for a tileset that supports incremental updates. This command only supports tilesets created with the [Mapbox Tiling Service](https://docs.mapbox.com/mapbox-tiling-service/overview/).
507507

508508
```shell
509509
tilesets publish-changesets <tileset_id> --changeset /path/to/changeset.json

0 commit comments

Comments
 (0)