Skip to content

Commit 2f88c2b

Browse files
authored
Periodt
1 parent e4a9747 commit 2f88c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILD.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Any classes that end up being written in Kotlin have their equivalent Java class
5454

5555
### Running Processing
5656

57-
The main task to run or debug the PDE is `run`
57+
The main task to run or debug the PDE is `run`.
5858

5959
If your main concern is with the `Core` you don't need to build and start the whole PDE to test your changes. In IntelliJ IDEA you can select any of the sketches in `core/examples/src/.../` to run by click on the green arrow next to their main functions. This will just compile core and the example sketch. Feel free to create additional examples for your new functionality.
6060

0 commit comments

Comments
 (0)