Skip to content

Commit b28080b

Browse files
authored
Update README.md
1 parent cf6cebe commit b28080b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ It's possibe to instrument compiled Java classes as below:
7171
```
7272
... as well as re-write packaged JAR file:
7373
```xml
74-
<target name="instrument-jar" description="JavaFlow Instrumentation" depends="jar">
74+
<target name="instrument-jar" description="JavaFlow Instrumentation" depends="jar">
7575
<taskdef name="javaflow" classname="org.apache.commons.javaflow.ant.AntRewriteTask"
7676
classpathref="ant-lib-classpath"/>
7777
<echo message="JavaFlow instrumentation of compiled classes in ${jar.dir}/${ant.project.name}.jar" />

0 commit comments

Comments
 (0)