Skip to content

Commit 6238503

Browse files
committed
readme fixes
1 parent f989051 commit 6238503

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ syntax-parse-example
33
[![Build Status](https://travis-ci.org/bennn/syntax-parse-example.svg)](https://travis-ci.org/bennn/syntax-parse-example)
44
[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://docs.racket-lang.org/syntax-parse-example/index.html)
55

6-
Example macros, written using [`syntax/parse`](http://docs.racket-lang.org/syntax/Parsing_Syntax.html).
6+
Example macros written using [`syntax/parse`](http://docs.racket-lang.org/syntax/Parsing_Syntax.html).
77

88

99
Install
@@ -46,7 +46,7 @@ Except for the `lang/` folder, every folder here contains:
4646
Contribute
4747
---
4848

49-
To contribute a macro names `M`:
49+
To contribute a macro named `M`:
5050

5151
0. Clone this package (`raco pkg install --clone syntax-parse-example`)
5252
1. Navigate to the `syntax-parse-example/` folder on your machine

0 commit comments

Comments
 (0)