From 2a73a21bd9ba3cf832bbeccce2fddfce2b1c4897 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Wed, 13 Feb 2013 09:46:22 +1300 Subject: [PATCH] Fixing missing backtick to indicate code formatting --- docs/Solr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Solr.md b/docs/Solr.md index d8a3b15..04f9800 100644 --- a/docs/Solr.md +++ b/docs/Solr.md @@ -64,7 +64,7 @@ Initialize the configuration (via CLI) Based on the sample configuration above, this command will do the following: -- Create a /.solr/MyIndex` folder +- Create a `/.solr/MyIndex` folder - Copy configuration files from `fulltextsearch/conf/extras/` to `/.solr/MyIndex/conf` - Generate a `schema.xml`, and place it it in `/.solr/MyIndex/conf`