From cc0870453d5911ec860cdde04ca2ea724bf074e7 Mon Sep 17 00:00:00 2001 From: DABH Date: Tue, 26 Dec 2017 11:20:06 -0800 Subject: [PATCH] Fix README headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 74da6f6..35f908e 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ There are several important configuration options that must be specified when ru * `subject` - the subject of the email sent to students. This may be customized as desired inside the `sendEmails()` function. * `shouldSendRow(row)` - this function returns a bool whether or not an email should be sent for a particular row. For example, you may only want to send emails to students whose Quiz 1 score was below a 50. Or you may want to only send scores to students who are still enrolled in the class. -##Assumptions +## Assumptions student-grades-emailer makes fairly minimal assumptions about the format of your spreadsheet: @@ -49,7 +49,7 @@ student-grades-emailer makes fairly minimal assumptions about the format of your * Every student has an email address entered in the email column * If a grade field is blank, that value should be replaced by a 0 (this behavior may be changed by editing the expression `row[config.assignmentCols[j]]||"0"` in `sendEmails()`) -##Example +## Example `student-grades-emailer.gs` is configured by default with some example options: @@ -66,8 +66,8 @@ student-grades-emailer makes fairly minimal assumptions about the format of your * There is extra information we don't use contained in some columns, and potentially some rows -##License etc. +## License etc. student-grades-emailer, this repository, and everything therein is released under the license specified in LICENSE.md. -Please report any questions about, comments on, suggestions for, or typos in the code or documentation. \ No newline at end of file +Please report any questions about, comments on, suggestions for, or typos in the code or documentation.