Skip to content

Commit bcdbe15

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 41f1608 + b16ee0d commit bcdbe15

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ This repository contains files of the documentation on the cables.gl website:
88
### Issues and discussions
99

1010
Discuss cables.gl features, ask questions, report problems, show patches, request feature or report bugs:
11+
1112
- https://github.com/cables-gl/cables/issues
1213

1314
### Issue Workflow

md/4_export_embed/embedding/embedding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ You should subscribe to the `CABLES.jsLoaded` event to initialize the patch, thi
8181

8282
### Pausing the Patch
8383

84-
For performance Reasons, you should pause the patch, when its not visible using`patch.pause()` . To Resume rendering use `patch.resume()`
84+
If you want to pause the patch, e.g. for performance Reasons, when its not visible, you can pause the patch, using`patch.pause()` . To Resume rendering use `patch.resume()`
8585

8686
## Patch Option Parameters
8787

0 commit comments

Comments
 (0)