Skip to content

Commit a10d69f

Browse files
stasadevrfay
andcommitted
Apply suggestions from code review
Co-authored-by: Randy Fay <[email protected]>
1 parent 1d2b7e9 commit a10d69f

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
@@ -48,7 +48,7 @@ This add-on integrates Solr for Drupal 9+ into your [DDEV](https://ddev.com/) pr
4848
### Ddev / Solr configuration
4949

5050
1. Install this add-on: `ddev add-on get ddev/ddev-drupal-solr`
51-
2. Set the version of Solr verison 7: Edit the `.ddev/docker-compose.solr.yaml` file. Replace `image: solr:8` with `image: solr:7` on line 34.
51+
2. Set the version of Solr version 7: Edit the `.ddev/docker-compose.solr.yaml` file. Replace `image: solr:8` with `image: solr:7` on line 34.
5252
3. Add the schema needed for version 7: Defaults can be found in the Search API Solr in the `search_api_solr/solr-conf/7.x` directory . Copy these files into `.ddev/solr/conf`.
5353
4. Restart Ddev: `ddev restart`.
5454
5. Confirm Solr is working by visiting `http://<projectname>.ddev.site:8983/solr/`.

0 commit comments

Comments
 (0)