Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luk3Sky authored Dec 12, 2020
1 parent 732df22 commit fe198d1
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 @@ -35,7 +35,7 @@ const coordinate = new Coordinate(1);
console.log(coordinate.id);
console.log(coordinate.values);
console.log(validateCoordinate(coo));
console.log(validateCoordinate(coordinate));
coordinate.reset();
// Sample Color Sensor with an id of 1
Expand Down

0 comments on commit fe198d1

Please sign in to comment.