Skip to content

Commit 49c8ca5

Browse files
committed
README.md: remove sensitive data
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent aae2f94 commit 49c8ca5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Change `processing.modes` in build.xml, and run `ant install`, you will get a mo
1212

1313
```xml
1414
<!-- folder to install modes in (probably a folder called "modes" inside your sketchbook folder) -->
15-
<property name="processing.modes" location="/Users/gaoce/Documents/Processing/modes" />
15+
<property name="processing.modes" location="/Users/<username>/Documents/Processing/modes" />
1616
<!-- path to your processing executable. -->
1717
<property name="processing.executable" location="/Applications/Processing.app/Contents/MacOS/Processing" />
1818
```
@@ -27,7 +27,7 @@ Processing.R offers a jar, which allows to have a try without the installation o
2727

2828
Run `ant try`, you will get a runner in `try/`, and run `java -jar ./try/RLangMode.jar <your R script>`.
2929

30-
```
30+
```r
3131
posAX <- 11
3232
posAY <- 22
3333

0 commit comments

Comments
 (0)