From a44575e274cee9b42d443f7ae8103990228c47ac Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sat, 10 Oct 2015 16:17:06 -0400 Subject: Grammar tweak in documentation --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 398025b..95fe304 100644 --- a/README.md +++ b/README.md @@ -136,14 +136,15 @@ gofpdf for its document production mode. gofpdf is a global community effort and you are invited to make it even better. If you have implemented a new feature or corrected a problem, please consider -contributing your change to the project. Contributions that do not directly -pertain to the core functionality of gofpdf should be placed in their own +contributing your change to the project. A contribution that does not directly +pertain to the core functionality of gofpdf should be placed in its own directory directly beneath the `contrib` directory. Here are guidelines for making submissions. Your change should * be compatible with the MIT License * be properly documented +* be formatted with `go fmt` * include an example in [fpdf_test.go](https://github.com/jung-kurt/gofpdf/blob/master/fpdf_test.go) if appropriate * conform to the standards of [golint](https://github.com/golang/lint) and [go vet](https://godoc.org/golang.org/x/tools/cmd/vet), that is, `golint .` and -- cgit v1.2.1-24-ge1ad