diff --git a/docs/config/README.md b/docs/config/README.md index 878b8039..a91738d4 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -241,7 +241,7 @@ current directory. | `untracked` | `"?"` | There are untracked files in the working directory. | | `stashed` | `"$"` | A stash exists for the local repository. | | `modified` | `"!"` | There are file modifications in the working directory. | -| `added` | `"+"` | A new file has been added to the staging area. | +| `staged` | `"+"` | A new file has been added to the staging area. | | `renamed` | `"ยป"` | A renamed file has been added to the staging area. | | `deleted` | `"โœ˜"` | A file's deletion has been added to the staging area. | | `disabled` | `false` | Disables the `git_status` module. | @@ -259,7 +259,7 @@ diverged = "๐Ÿ˜ต" untracked = "๐Ÿคทโ€" stashed = "๐Ÿ“ฆ" modified = "๐Ÿ“" -added = "โž•" +staged = "โž•" renamed = "๐Ÿ‘…" deleted = "๐Ÿ—‘" ```