Skip to content

Commit

Permalink
readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bennn committed Nov 1, 2021
1 parent f989051 commit 6238503
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ syntax-parse-example
[![Build Status](https://travis-ci.org/bennn/syntax-parse-example.svg)](https://travis-ci.org/bennn/syntax-parse-example)
[![Scribble](https://img.shields.io/badge/Docs-Scribble-blue.svg)](http://docs.racket-lang.org/syntax-parse-example/index.html)

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


Install
Expand Down Expand Up @@ -46,7 +46,7 @@ Except for the `lang/` folder, every folder here contains:
Contribute
---

To contribute a macro names `M`:
To contribute a macro named `M`:

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

0 comments on commit 6238503

Please sign in to comment.