Browse Source

make readme consistent with small changes to text in code

develop
Michael J. Curry 8 years ago
parent
commit
a09374808e
No known key found for this signature in database GPG Key ID: 58EEF5BB97F3E791
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      README.md

+ 4
- 4
README.md View File

@@ -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


Loading…
Cancel
Save