Removed obsolete 'boolean' mention from README.

This commit is contained in:
ThePendulum 2019-11-02 02:22:25 +01:00
parent 4ac3f82e52
commit e55d080e91
1 changed files with 1 additions and 1 deletions

View File

@ -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.