Skip to content

Commit a893be4

Browse files
committed
2 parents 573bac9 + 0649429 commit a893be4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ requires a reference to this PApplet to function.
353353

354354
![workspace-screenshot](documentation/images/workspace-example.png)
355355

356-
A simple template could look like this:
356+
A simple template can be found within the package src/main/java/workspace/examples, ready to fire up and give it a first try:
357357

358358
```java
359359
import mesh.Mesh3D;
@@ -367,9 +367,9 @@ public class WorkspaceTemplate extends PApplet {
367367
PApplet.main(WorkspaceTemplate .class.getName());
368368
}
369369

370-
Mesh3D mesh;
370+
private Mesh3D mesh;
371371

372-
Workspace workspace;
372+
private Workspace workspace;
373373

374374
@Override
375375
public void settings() {

0 commit comments

Comments
 (0)