]> Git repositories of Lucie Scarlet - gitignore.git/commitdiff
Updated the README
authorLucie Scarlet <lucie@scarlet.moe>
Mon, 16 Sep 2024 16:11:52 +0000 (18:11 +0200)
committerLucie Scarlet <lucie@scarlet.moe>
Mon, 16 Sep 2024 16:11:52 +0000 (18:11 +0200)
Had forgotten to do this

README.md

index c495bfea419aecade5f16187055da60de8183c1c..9fdeec177dc83118cfb4deb9424dddf0ce3eb700 100644 (file)
--- a/README.md
+++ b/README.md
@@ -4,8 +4,6 @@ Quick and dirty way to generate a gitignore file.
 Usage:
 `gitignore <langagues/frameworks/editors>`
 
-You can either comma-separate this or space-separate this. You will be asked to save the file (to .gitignore in the current folder) or just view it.
-
-I recommend viewing it first and double checking if it's all good before running it again and saving.
+You can either comma-separate this or space-separate this. You will be asked to save the file or discard it.
 
 It includes gitignore values for Vim by default as this is the default editor I use. For CMake projects it also includes the folder `build/` as this is standard for my programming, and is not included by default from gitignore.io.