Skip to content

Commit f15dd55

Browse files
committed
readme
1 parent b7994c1 commit f15dd55

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ composer require plhw/hf-api-client
1616
Once you have succesfully installed the application, some example scripts are located at. To use them first copy an configuration file to your app root.
1717

1818
```bash
19-
cp ./vendor/plhw/hf-api-client/example/.hf-api-client-example.php-dist ./.hf-api-client-example.php
19+
cp ./vendor/plhw/hf-api-client/example/.hf-api-client-secrets.php.dist ./.hf-api-client-secrets.php
2020
```
2121

22-
Open `.hf-api-client-example.php` and configure it with credentials you got from us.
22+
Open `.hf-api-client-secrets.php` and configure it with credentials you got from us.
2323

24-
Now to can run the example scripts;
24+
Finally the example scripts are configured to use `data/cache` as directory for its cached accss tokens. This directory must exist (only for the examples).
25+
26+
Now you can run the example scripts;
2527

2628
```bash
2729
php ./vendor/plhw/hf-api-client/example/practicesPos.php

0 commit comments

Comments
 (0)