We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aea39eb + 9ae353c commit c1a421cCopy full SHA for c1a421c
1 file changed
README.md
@@ -27,11 +27,9 @@ main functionalities:
27
## Installation
28
29
```
30
-// for development (Master; Tested on Neos 2.0)
31
-composer require 'typo3/typo3cr-search:@dev'
32
-composer require 'flowpack/elasticsearch-contentrepositoryadaptor:@dev'
33
-
34
-composer require 'flowpack/searchplugin:@dev'
+composer require 'flowpack/elasticsearch-contentrepositoryadaptor'
+// Not required, but can be used to learn how to integration the flowpack/elasticsearch-contentrepositoryadaptor in your project
+composer require 'flowpack/searchplugin'
35
36
37
Now, add the routes as described in the [README of Flowpack.SearchPlugin](https://github.com/skurfuerst/Flowpack.SearchPlugin)
0 commit comments