From 491ac265ca3ca0f6257f88780f7202a6d9a607be Mon Sep 17 00:00:00 2001 From: dnuux Date: Tue, 4 Sep 2012 16:12:52 +0300 Subject: [PATCH] Fix typos in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b12992e..84ef966 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ version is 4.3.10. setopt EXTENDED_GLOB for rcfile in "${ZDOTDIR:-$HOME}"/.zprezto/runcoms/^README.md(.N); do - ln -s "$rcfile" "$ZDOTDIR/.${rcfile:t}" + ln -s "$rcfile" "${ZDOTDIR:-$HOME}/.${rcfile:t}" done 4. Set Zsh as your default shell: @@ -114,7 +114,7 @@ improve its performance, do not hesitate to fork and send pull requests. - Squash commits on the topic branch before opening a pull request. - Use the same coding style and spacing. - Open a [pull request][12] that relates to but one subject with a clear - title and description in gramatically correct, complete sentences. + title and description in grammatically correct, complete sentences. #### Modules @@ -125,7 +125,7 @@ improve its performance, do not hesitate to fork and send pull requests. #### Themes - A screenshots section must be present in the file header. - - The pull request description must have must have [embedded + - The pull request description must have [embedded screenshots][13]. License