diff --git a/_posts/development-guide/2022-03-17-poap-tokens.md b/_posts/development-guide/2022-03-17-poap-tokens.md index a21fd526..223909ed 100644 --- a/_posts/development-guide/2022-03-17-poap-tokens.md +++ b/_posts/development-guide/2022-03-17-poap-tokens.md @@ -169,7 +169,7 @@ For simple implementations of the POAP booth: ```ts import { Dispenser } from "./booth/dispenser" -const POAPBooth = new Dispenser( +const POAPBooth = createDispenser( { position: new Vector3(8, 0, 8), rotation: Quaternion.Euler(0, 0, 0),