Skip to content

Commit 60db90f

Browse files
committed
fix: docs
1 parent 37703b5 commit 60db90f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extensions/firestore-huggingface-inference-api/POSTINSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
You can test out this extension right away!
44

5-
Depending on the task you want to run, add a new Firestore document to `${param:collectionPath}`.
5+
Depending on the task you want to run, add a new Firestore document to `${param:COLLECTION_PATH}`.
66

7-
For example, if you want to run a text classification task using the model [`distilbert-base-uncased-finetuned-sst-2-english`](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english), add a new document to `${param:collectionPath}` with the following fields:
7+
For example, if you want to run a text classification task using the model [`distilbert-base-uncased-finetuned-sst-2-english`](https://huggingface.co/distilbert-base-uncased-finetuned-sst-2-english), add a new document to `${param:COLLECTION_PATH}` with the following fields:
88

99
```
1010
{

0 commit comments

Comments
 (0)