diff --git a/README.md b/README.md index 6ab1214..6c08d4f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ AutoFileName ============ + Autocomplete Filenames in Sublime Text -------------------------------------- - Do you ever find yourself sifting through folders in the sidebar trying to remember what you named that file? Can't remember if it was a jpg or a png? Maybe you just wish you could type filenames faster. *No more.* Whether you're making a `img` tag in html, setting a background image in css, or linking a `.js` file to your html (or whatever else people use filename paths for these days...), you can now autocomplete the filename. Plus, it uses the built-in autocomplete, so no need to learn another pesky shortcut. @@ -14,7 +14,6 @@ Features - Show dimensions next to image files - Autoinsert dimensions in img tags (can be disabled in settings) - Support for both '/' and '\' for all you Windows hooligans -- Usage -----