Skip to content

Commit 913029f

Browse files
author
Drew Kerrigan
committed
Updating version number in readme
1 parent 20edb1f commit 913029f

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
@@ -95,7 +95,7 @@ Create a directory for custom nifi processors if it doesn't exist:
9595
mkdir -p $NIFI_HOME/nars/lib1
9696
```
9797

98-
Copy `nifi-stanfordcorenlp-nar-1.1.nar` to `$NIFI_HOME/nars/lib1`
98+
Copy `nifi-stanfordcorenlp-nar-1.2.nar` to `$NIFI_HOME/nars/lib1`
9999

100100
Update your `$NIFI_HOME/conf/nifi.properties` to include the following:
101101

@@ -141,7 +141,7 @@ docker run -v ~/.m2/repository:/usr/share/maven/ref/repository -v $(PWD):/usr/sr
141141

142142
### Artifacts
143143

144-
After building, your `nar` file will located at `nifi-stanfordcorenlp-nar/target/nifi-stanfordcorenlp-nar-1.1.nar`.
144+
After building, your `nar` file will located at `nifi-stanfordcorenlp-nar/target/nifi-stanfordcorenlp-nar-1.2.nar`.
145145

146146
## Test
147147

0 commit comments

Comments
 (0)