Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Oct 11, 2024
1 parent bb00ae1 commit 1839f71
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -425,9 +425,9 @@ All filter options are explained below:

You can define as many filters as you'd like, and packages that pass any one of your filters will be added to your account. For example, with the three filters below we can allow for any of:

- Free Games with Steam Trading Cards, but without nudity
- Free Games or Playtests which have English or French language support, and Puzzle or Programming tags
- All Free DLC
- Free games with Steam Trading Cards, but without nudity
- Free games or playtests which have English or French language support, and Puzzle or Programming tags
- Free DLC for games you own

```json
"FreePackagesFilters": [{
Expand All @@ -441,6 +441,7 @@ You can define as many filters as you'd like, and packages that pass any one of
"PlaytestMode": 3,
},{
"Types": ["DLC"],
"IgnoredTypes": ["Game", "Application"],
}],
```

Expand Down

0 comments on commit 1839f71

Please sign in to comment.