Skip to content

Commit 221c3ee

Browse files
committed
fix a typo
1 parent 92d1fdc commit 221c3ee

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ WIP now.
88

99
### Editor
1010

11+
Change `processing.modes` in build.xml, and run `ant install`, you will get a mode in your `processing.modes`.
12+
1113
<img src="./docs/img/editor.png" width="600">
1214

1315
<img src="./docs/img/demo.gif" width="600">

src/rprocessing/mode/RLangEditor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public JMenu buildHelpMenu() {
130130

131131
@Override
132132
public void actionPerformed(final ActionEvent e) {
133-
Platform.openURL("http://github.com/gaocegege/Rrocessing.R");
133+
Platform.openURL("http://github.com/gaocegege/Processing.R");
134134
}
135135
}));
136136
return menu;

0 commit comments

Comments
 (0)