Skip to content

Commit

Permalink
Merge pull request #30 from stephlag/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
apatrida authored Jul 4, 2016
2 parents 99f986e + c468319 commit f9ba1a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ Solr-Undertow uses one of the following as a supported Solr distrubtion:

* A `WAR` file from 5.2.1 or earlier
* A `Zip` full Solr distribution pre 5.2.1 that contains a `WAR` file in `server/webapps/solr.war` or `example/webapps/solr.war`
* A `Zip` full Solr distribution post 5.2.1 that conatins `server/solr-webapp/webapp` which is really an extracted `WAR` file
* A `Zip` full Solr distribution post 5.2.1 that contains `server/solr-webapp/webapp` which is really an extracted `WAR` file
* A `WAR` file you create by rezipping the contents of a distribution `server/solr-webapp/webapp` directory and naming it with `.war` extension.

The smallest distribution is the WAR file, which you can create, or you can remove everything else from a distribution `Zip` file keeping only the contents of the `server/solr-webapp/webapp` directory (including the path names).
Expand Down

0 comments on commit f9ba1a0

Please sign in to comment.