diff --git a/README.md b/README.md index e7ed2a0..8d923ff 100644 --- a/README.md +++ b/README.md @@ -686,7 +686,7 @@ The following guidelines indicate when the use of an index should be reconsidere **- Indexes should not be used on columns that contain a high number of NULL values.** -**- Columns that are frequently manipulated should not be indexed. +**- Columns that are frequently manipulated should not be indexed.** ### CREATE INDEX