Skip to content

Commit

Permalink
Correct Method Name in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DevinNorgarb authored Jun 26, 2022
1 parent e351c32 commit 851cad0
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 851cad0

Please sign in to comment.