aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBozhidar Batsov <bozhidar@batsov.com>2015-12-20 14:33:59 +0200
committerBozhidar Batsov <bozhidar@batsov.com>2015-12-20 14:33:59 +0200
commit1ab2ef1fbef433d6ddba5ef27b2b391d5f1be423 (patch)
tree8a779f652f6f316aa4d27e011fdd1dc9ca7d2dac /README.md
parent54111b5f6aedff8f41e360ee005524e635f0c441 (diff)
Remove an outdated caveat
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 80cfa45..16ade64 100644
--- a/README.md
+++ b/README.md
@@ -570,11 +570,6 @@ By default the minor mode indicator of Projectile appears in the form
## Caveats
-* Traversing the project directory programmatically (instead of using
- something like GNU find) is not very fast. On the other hand - it's
- portable. Unlike
- [find-file-in-project](https://github.com/bbatsov/find-file-in-project),
- projectile's jump-to-file will work on any OS.
* Some operations like search(grep) depend (presently) on external
utilities such as `find`.