Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews authored Feb 14, 2018
1 parent 7cbc311 commit 0bc1c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ plugins: [`gatsby-transformer-javascript-frontmatter`];

## Parsing algorithm

The algorithm for uses babylon and traverse (from the babel family of code) to
This plugin uses babylon and traverse (from the babel family of code) to
statically read the frontmatter exports.

In a .js file, export a frontmatter object to set your metadata variables, like so:
Expand Down

0 comments on commit 0bc1c7b

Please sign in to comment.