Removed obsolete 'boolean' mention from README.
This commit is contained in:
parent
54dd191d6c
commit
e00f895b05
|
@ -121,7 +121,7 @@ Many reddit users have a 'subreddit' of their own in the form of a profile (not
|
|||
* `{profile.title}`: The title of the reddit user's profile
|
||||
* `{profile.id}`: The ID of the reddit user's profile
|
||||
* `{profile.description}`: The description of the reddit user's profile
|
||||
* `{tags.over18}` (boolean): Whether the profile contains adult content and requires an 'over 18' age confirmation
|
||||
* `{tags.over18}`: Whether the profile contains adult content and requires an 'over 18' age confirmation
|
||||
|
||||
##### `{tags.x}`
|
||||
Tags are variables that will only be inserted when another variable is present. When you use a tag, you must configure a string of text that is inserted in place of a tag variable when the associated variable is available.
|
||||
|
|
Loading…
Reference in New Issue