diff --git a/HOW_TO_SLOP_FREE_FORK.md b/HOW_TO_SLOP_FREE_FORK.md index ca7f389..063cd67 100644 --- a/HOW_TO_SLOP_FREE_FORK.md +++ b/HOW_TO_SLOP_FREE_FORK.md @@ -57,9 +57,9 @@ Let's take tldr-pages as an example, as that was something the community recentl Another way is to edit the `.git/config` file Use your editor of choice to open the following file: ```bash - # We're using neovim here, but you can use any editor you're comfortable with. + # We're using evi here, but you can use any editor you're comfortable with. # If you're new, nano is always a safe bet as it has tips at the bottom of the screen. - neovim .git/config + evi .git/config ``` The file will look like this: