Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Haxxer committed Jan 22, 2022
1 parent 4043062 commit c3b4ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Item Piles has a powerful API, which allows you to quickly modify the item piles

```js
if(!canvas.tokens.controlled.length) return;
ItemPiles.API.turnTokensIntoItemPiles(canvas.tokens.controlled, { pileSettings: { displayOne: false })
ItemPiles.API.turnTokensIntoItemPiles(canvas.tokens.controlled)
```

### Revert selected tokens from item piles:
Expand Down

0 comments on commit c3b4ed6

Please sign in to comment.