Explorar o código

Fixed documentation typo

Slobodan Todorov %!s(int64=6) %!d(string=hai) anos
pai
achega
94f4a795a5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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