Skip to content

Commit

Permalink
chore: changed plural routes to route in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
aw1875 committed Mar 31, 2024
1 parent 75156e7 commit 8e2e580
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 @@ -47,7 +47,7 @@ import { path } from "ghost-cursor"
const from = { x: 100, y: 100 }
const to = { x: 600, y: 700 }

const routes = path(from, to, { showTimestamps: true })
const route = path(from, to, { showTimestamps: true })

/**
* [
Expand Down

0 comments on commit 8e2e580

Please sign in to comment.