Fixed README variable formatting typo.

This commit is contained in:
DebaucheryLibrarian 2024-09-11 05:16:54 +02:00
parent 7fa8479558
commit 4c394ba434
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Path patterns dictate where and how a file will be saved. Various variables and
* `$userId`: The ID of the reddit user that submitted the post * `$userId`: The ID of the reddit user that submitted the post
* `$userCreated`: The creation date or birthday of the reddit user, formatted according to `dateFormat` described below * `$userCreated`: The creation date or birthday of the reddit user, formatted according to `dateFormat` described below
* `$userVerified` (boolean): Whether the reddit user is verified * `$userVerified` (boolean): Whether the reddit user is verified
* `$userVerifiedEmail (boolean): Whether the reddit user has verified their e-mail address * `$userVerifiedEmail` (boolean): Whether the reddit user has verified their e-mail address
* `$userGold` (boolean): Whether the reddit user is a gold member of reddit * `$userGold` (boolean): Whether the reddit user is a gold member of reddit
#### Profile #### Profile