diff --git a/README.md b/README.md
index f7da7c8..391298a 100644
--- a/README.md
+++ b/README.md
@@ -311,13 +311,13 @@ Format
 {<el>:>0}    # '<el>'
 ```
 
-### Options Specific to Strings
+### String Options
 ```python
 {'abcde':.3}    # 'abc'
 {'abcde':10.3}  # 'abc       '
 ```
 
-### Options specific to Numbers
+### Number Options
 ```python
 {1.23456:.3f}    # '1.235'
 {1.23456:10.3f}  # '     1.235'