Skip to content

Commit 34e3eb3

Browse files
ospillingerdeliahu
authored andcommitted
Update install.md
(cherry picked from commit 0ff9c32)
1 parent f58bf6f commit 34e3eb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cluster/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ cortex get classifier
4242

4343
# Classify a sample
4444
curl -X POST -H "Content-Type: application/json" \
45-
-d '{ "sepal_length": 5.2, "sepal_width": 3.6, "petal_length": 1.4 "petal_width": 0.3 }' \
45+
-d '{ "sepal_length": 5.2, "sepal_width": 3.6, "petal_length": 1.4, "petal_width": 0.3 }' \
4646
<API endpoint>
4747
```
4848

0 commit comments

Comments
 (0)