Skip to content
This repository has been archived by the owner on Oct 13, 2022. It is now read-only.

Update 2022-03-17-poap-tokens.md #681

Merged
merged 1 commit into from
Sep 7, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _posts/development-guide/2022-03-17-poap-tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down