Skip to content

Commit 22523cb

Browse files
Update howto.md
minor -- update headers and typos
1 parent 926f430 commit 22523cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

raw-docs/howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Configure `./scripts/generate-ant-file.sh`:
3636
- The path is used in `ant run` to start a PDE instance. Leave blank to not launch PDE on `ant run`.
3737
- MacOSX: `/Applications/Processing.app/Contents/MacOS/Processing`
3838

39-
##### A) Add to existing PDE
39+
##### A) configure for adding to an existing PDE
4040

4141
For example, to install the mode into a default existing PDE app on a MacOS system, set arguments in `./scripts/generate-ant-file.sh` such as:
4242

@@ -49,7 +49,7 @@ executable="/Applications/Processing.app/Contents/MacOS/Processing"
4949

5050
This will generate build.xml errors (as the core and pde directories only contain the actual jars, not source). However it will work correctly.
5151

52-
##### B) Create new PDE
52+
##### B) configure for creating a new PDE
5353

5454
Build the source code of Processing core and pde wherever it is located on the system. For example:
5555

0 commit comments

Comments
 (0)