Skip to content

Commit

Permalink
Rename "Package Format" heading to "Recipe Format"
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Jul 22, 2013
1 parent 6b6801f commit db0e4e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ details.

* [Usage](#usage)
* [Contributing](#contributing-new-recipes)
* [Package Format](#package-format)
* [Recipe Format](#recipe-format)
* [Build Scripts](#build-scripts)
* [API](#api)
* [MELPA Package](#melpa-package)
Expand Down Expand Up @@ -81,7 +81,7 @@ New recipe submissions should adhere to the following guidelines,

* Recipes should try to minimize the size of the resulting package by
specifying only files relevant to the package. See the
[Package Format](#package-format) section for more information on
[Recipe Format](#recipe-format) section for more information on
specifying package files.


Expand Down Expand Up @@ -135,7 +135,7 @@ command-line utility by [defunkt](http://chriswanstrath.com/) which
helps simplify this process.


## Package Format
## Recipe Format

Packages are specified by files in the `recipes` directory. You can
contribute a new package by adding a new file under `recipes` using
Expand Down Expand Up @@ -407,7 +407,7 @@ repositories and package directories being built.
any built packages.

- `package-build-recipes-dir` : Directory containing MELPA compatible
recipes. See [Package Format](#package-format) section for more details.
recipes. See [Recipe Format](#recipe-format) section for more details.


## Configuration
Expand Down

0 comments on commit db0e4e2

Please sign in to comment.