Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
StynH authored Dec 6, 2019
1 parent ba9c187 commit 3fab7df
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 @@ -37,4 +37,4 @@ f.stop();
//Use resume() to start again.
f.resume();
```
Use the ```enforceConnectionStrain``` to enable a hard constraint. Normally, dots can be connected to the value from ```maxConnections``` but outside connections are still allowed. Setting ```enforceConnectionStrain``` to ```true``` will prevent outside connections.
Use the ```enforceConnectionStrain``` to enable a hard constraint. Normally, dots can be connected to the amount of neighbours from ```maxConnections``` but outside connections are still allowed (So connections are 1 way, and not counted on the other side). Setting ```enforceConnectionStrain``` to ```true``` will prevent outside connections.

0 comments on commit 3fab7df

Please sign in to comment.