Skip to content

Commit

Permalink
📝 Clarify comment in README
Browse files Browse the repository at this point in the history
  • Loading branch information
malted committed Jul 19, 2022
1 parent bcf151f commit 6f5473a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ A first person character controller for the Three.js graphics library
```javascript
import CharacterController from "charactercontroller";

// Scene & renderer initialisation
// Scene & renderer initialisation...

const controller = new CharacterController(scene, options);

function animate() {
Expand Down Expand Up @@ -81,4 +82,4 @@ function animate() {
- Default: [`Space`]
+ `sprint`
- Default: [`ShiftLeft`, `ShiftRight`]


0 comments on commit 6f5473a

Please sign in to comment.