You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by ot...@apache.org on 2006/12/20 05:43:39 UTC

svn commit: r488919 - /incubator/solr/trunk/README.txt

Author: otis
Date: Tue Dec 19 20:43:39 2006
New Revision: 488919

URL: http://svn.apache.org/viewvc?view=rev&rev=488919
Log:
- 'Massive' changes - added a few full-stops. Period.

Modified:
    incubator/solr/trunk/README.txt

Modified: incubator/solr/trunk/README.txt
URL: http://svn.apache.org/viewvc/incubator/solr/trunk/README.txt?view=diff&rev=488919&r1=488918&r2=488919
==============================================================================
--- incubator/solr/trunk/README.txt (original)
+++ incubator/solr/trunk/README.txt Tue Dec 19 20:43:39 2006
@@ -47,7 +47,7 @@
 
 dist/apache-solr-XX-incubating.war
   The Apache Solr Application.  Deploy this WAR file to any servlet
-  container to run Apache Solr
+  container to run Apache Solr.
 
 dist/apache-solr-XX-incubating.jar
   The Apache Solr Libraries.  This JAR file is needed to compile
@@ -57,7 +57,8 @@
 example/
   A self-contained example Solr instance, complete with a sample
   configuration, documents to index, and the Jetty Servlet container.
-  Please see example/README.txt for information about running this example
+  Please see example/README.txt for information about running this
+  example.
 
 docs/index.html
   The contents of the Apache Solr website.
@@ -94,5 +95,5 @@
    for building, testing, and packaging Solr.
    
    NOTE: 
-   To see Solr in action you may want to use the "ant example" command to build
+   To see Solr in action, you may want to use the "ant example" command to build
    and package Solr into the example/webapps directory. See also example/README.txt.