Skip to content

Commit

Permalink
Merge pull request #3 from DevinNorgarb/patch-1
Browse files Browse the repository at this point in the history
Correct Method Name in README.md
  • Loading branch information
haxzie authored Jul 18, 2023
2 parents e351c32 + 851cad0 commit 8b78f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default {
pitch: viewState.pitch,
});
},
hnadleClick({ event, info }) {
handleClick({ event, info }) {

}
},
Expand Down Expand Up @@ -229,4 +229,4 @@ export default {
</v-deckgl>
</div>
</template>
```
```

0 comments on commit 8b78f2f

Please sign in to comment.