d3 / d3-force

Force-directed graph layout using velocity Verlet integration.
https://d3js.org/d3-force
ISC License
1.81k stars 376 forks source link

Let and Const in README #183

Closed curran closed 3 years ago

curran commented 3 years ago

I was reading through this and was struck by lingering use of var in the README, so thought I'd submit this PR that upgrades to let and const.