dir -> directory

This commit is contained in:
Juan Leñero 2017-10-22 21:40:39 -05:00 committed by GitHub
parent 8708fcbee3
commit ff4ea8adc6

View File

@ -2,7 +2,7 @@
> A simple, fast and user-friendly alternative to find.
- Find files under current dir that match a pattern:
- Find files under current directory that match a pattern:
`fd {{pattern}}`
@ -14,7 +14,7 @@
`fd --extension {{.ext}} {{pattern}}`
- Find files under a specific dir:
- Find files under a specific directory:
`fd {{pattern}} {{path/to/dir}}`