Bläddra i källkod

Fixed documentation typo

Slobodan Todorov 6 år sedan
förälder
incheckning
94f4a795a5
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ So that database is populated with necessary tables.
 
 TikTok Scraper is built to be run through artisan commands:
 - `php artisan tiktok:getusers <user> [<user> [...]]` - Supplied with the list of users, fetches data regarding that TikTok user. 
-- `php artisan tiktok:getvideos -f=<file>` - Fetches video data from the supplied file. For the correct format of the file, see `storage/videos.json` sample file. 
+- `php artisan tiktok:getvideos -f <file>` - Fetches video data from the supplied file. For the correct format of the file, see `storage/videos.json` sample file. 
 
 
 ## Operation