README.md in faster_path-0.1.6 vs README.md in faster_path-0.1.7

- old
+ new

@@ -129,9 +129,10 @@ | `FasterPath.basename` | `File.basename` | 31.3% | | `FasterPath.chop_basename` | `Pathname#chop_basename` | 66.0% | | `FasterPath.relative?` | `Pathname#relative?` | 1262.3% | | `FasterPath.blank?` | | | | `FasterPath.directory?` | `Pathname#directory?` | 20% | +| `FasterPath.add_trailing_separator` | `Pathname#add_trailing_separator` | 63.8% | You may choose to use the methods directly, or scope change to rewrite behavior on the standard library with the included refinements, or even call a method to monkeypatch everything everywhere.