Skip to content

Commit f668bd3

Browse files
committed
Update README.md
1 parent e38a34e commit f668bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ fn main() { block_on(async move {
127127
})}
128128
```
129129

130-
With the `uid`, you can check the status (`enqueued`, `processing`, `succeeded` or `failed`) of your documents addition using the [task](https://www.meilisearch.com/docs/reference/api/tasks#get-task).
130+
With the `uid`, you can check the status (`enqueued`, `canceled`, `processing`, `succeeded` or `failed`) of your documents addition using the [task](https://www.meilisearch.com/docs/reference/api/tasks#get-task).
131131

132132
#### Basic Search <!-- omit in TOC -->
133133

0 commit comments

Comments
 (0)