From a09374808e2af8cfddd7f7d0c7310d7130ac605b Mon Sep 17 00:00:00 2001 From: "Michael J. Curry" Date: Fri, 30 Sep 2016 10:39:07 -0400 Subject: [PATCH] make readme consistent with small changes to text in code --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1bf2d08..df5baf4 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,12 @@ Answer the questions as follows: ```none Creating new index - Let's define it's schema! + Let's define its schema! New field name ? title - Text or unsigned 32-bit Integer (T/I) ? T + Text or unsigned 32-bit integer (T/I) ? T Should the field be stored (Y/N) ? Y Should the field be indexed (Y/N) ? Y Should the field be tokenized (Y/N) ? Y @@ -89,7 +89,7 @@ Answer the questions as follows: New field name ? body - Text or unsigned 32-bit Integer (T/I) ? T + Text or unsigned 32-bit integer (T/I) ? T Should the field be stored (Y/N) ? Y Should the field be indexed (Y/N) ? Y Should the field be tokenized (Y/N) ? Y @@ -100,7 +100,7 @@ Answer the questions as follows: New field name ? url - Text or unsigned 32-bit Integer (T/I) ? T + Text or unsigned 32-bit integer (T/I) ? T Should the field be stored (Y/N) ? Y Should the field be indexed (Y/N) ? N Add another field (Y/N) ? N