From 8296b242f281eae5f2aff8cd9e223bdc66edf168 Mon Sep 17 00:00:00 2001 From: Ze Libertine Gamer Date: Tue, 15 Nov 2016 06:09:09 -0800 Subject: Correct phrasing in README. --- README.mdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.mdown b/README.mdown index c57717e..f054ac3 100644 --- a/README.mdown +++ b/README.mdown @@ -225,10 +225,10 @@ contribute to this project unless you are fine with your contributions also being licensed under the GPL 3.0. This is to simplify licensing issues and keep things neat. -Before submitting a Pull Request, please ensure that your commit(s) contain -an addition of your name to the `AUTHORS` file. Others may not use GitHub (or -even git) to get or use vgstash, and every contributor deserves recognition. An -example of what one would add to the `AUTHORS` file is: +Before submitting a Pull Request, please ensure that your commit(s) contain an +addition of your name to the `AUTHORS` file. Others might not be using git to +get or use vgstash, and every contributor deserves recognition. An example of +what one would add to the `AUTHORS` file is: ~~~ John Q. Public, GitHub: @hellomynameisjohn -- cgit v1.2.3-54-g00ecf /'>summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-02-06Fix style issue and correct 1-24zlg1-4/+4
Escape sequences were being compared with the 'or' operator instead of the 'and' operator. If I had left it alone, every escape sequence would've borked it.
2013-02-06Solve Exercise 1-24: C syntax checkerzlg1-110/+122
I'm glad to be done with chapter 1. It feels like I'm starting to gain momentum. I'm certainly looking forward to using higher level constructs like switch(), which I think is available in Chapter 2. So far so good!