diff --git a/README.md b/README.md
index 6dd629ca6f1900a8c272e8a61c5ec7c4738f5f80..99abd3475a36131daac710febd7cf5f217fbd85d 100644
--- a/README.md
+++ b/README.md
@@ -119,7 +119,7 @@ After your editing, `.gitattributes` should contain these 2 lines:
 
 ```
 *.csv filter=lfs diff=lfs merge=lfs -text
-b.dat !filter !diff !merge text
+some-directory/my-particular-file.csv !filter !diff !merge text
 ```
 
 *Note: The file `.gitattributes` is just a text file, so you can edit it with any text editor.