aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Touchet <alextouchet@outlook.com>2018-11-07 09:49:13 -0800
committerJoe Wilm <jwilm@users.noreply.github.com>2018-11-07 09:49:13 -0800
commit36f376fea8aea9192b23e5179e126b12a89920d5 (patch)
treeaecb5e55b93e9182e690b11dde96ab1eb4d544c6
parent06fbb891cf4d0cbac97cd5ed41fa465e8ed84369 (diff)
downloadalacritty-36f376fea8aea9192b23e5179e126b12a89920d5.tar.gz
alacritty-36f376fea8aea9192b23e5179e126b12a89920d5.zip
Capitalization changes in README.md (#1757)
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 327b4a9c..edfb9a5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,12 +8,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
-- Add support for windows
+- Add support for Windows
- Add terminfo capabilities advertising support for changing the window title
- Allow using scancodes in the key_bindings section
- When `mouse.url.launcher` is set, clicking on URLs will now open them with the specified program
- New `mouse.url.modifiers` option to specify keyboard modifiers for opening URLs on click
-- Binaries for macOS, Windows and Debian-based Systems are now published with Github releases
+- Binaries for macOS, Windows and Debian-based systems are now published with GitHub releases
### Changed