From 679acf93f8e333150e4cb4d044dbb1b5a63f30c7 Mon Sep 17 00:00:00 2001 From: Lohikar Date: Wed, 19 Jul 2017 05:33:22 -0500 Subject: [PATCH] Fix a horrendous oversight in the README (#3101) Fix a horrendous oversight in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09fbd0affd2..3076824852b 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ This will take a while to download, but it provides an easier method for updatin Once the repository is in place, run this command: ```bash cd Aurora.3 -git update-index --assume-unchanged baystation12.int +git update-index --assume-unchanged aurorastation.int ``` -Now git will ignore changes to the file baystation12.int. +Now git will ignore changes to the file aurorastation.int. ### INSTALLATION