Skip to content

Commit cfbc4aa

Browse files
committed
More README updates
1 parent 2c91c71 commit cfbc4aa

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
@@ -45,9 +45,9 @@ dramatically by making use of hot reloading. To do this, do the following:
4545
* `ln -s $YOURPLUGIN plugin/`
4646
* `npm install && npm start`
4747

48-
If you run into issues with the current snapshot you can clone the 2.2.1 version of Graylog by using the following:
48+
If you run into issues with the current snapshot you can clone the 2.2.3 version of Graylog by using the following:
4949

50-
`git clone -b "2.2.1" https://github.com/Graylog2/graylog2-server.git`
50+
`git clone -b "2.2.3" https://github.com/Graylog2/graylog2-server.git`
5151

5252
**TIP** If you happen to use "[graylog-project](https://github.com/Graylog2/graylog-project)" and are having issues with the plugin compiling properly or not loading on the page, ensure your plugin's package.json has the same dependcies as "[graylog-plugin-sample](https://github.com/Graylog2/graylog-plugin-sample)". The example below has a few additional packages (crossfilter, d3, dc, deep-equal and immutable).
5353

0 commit comments

Comments
 (0)