diff --git a/README.md b/README.md index c2df75f..2713df6 100644 --- a/README.md +++ b/README.md @@ -29,4 +29,12 @@ Branches are automatically deployed to [https://web-test.leighhack.org](https:// * Run `hugo new blog//name-of-post/index.md`, and a new file will be created in the right folder. * Update the `author` and `author_email` values * Add a `subtitle` -* Run Dev Mode (above), or `make serve` and view your post. \ No newline at end of file +* Run Dev Mode (above), or `make serve` and view your post. + +### Updating Membership Plans + +The membership plan data is held in a YAML file, this is used by the Hackspace API and other tools as well. + +* Edit [data/memberships.yaml](data/memberships.yaml), follow the format of existing entries. +* Links are standard URIs and can support any of the normal formats (mailto:, etc). + \ No newline at end of file