From 207bc0117408bcf6c3ca952929ed6d23252d3574 Mon Sep 17 00:00:00 2001 From: Nate Goldman Date: Mon, 2 Mar 2015 15:10:06 -0800 Subject: [PATCH] make example match test --- README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 70a77b7..a6b51d0 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ This module assumes your changelog is: 1. Structured roughly like so: ```md -# title +# changelog title -description (optional) +A cool description (optional). ## unreleased * foo @@ -42,10 +42,21 @@ description (optional) ## [a.b.c] -### Breaking Changes -* baz +### Changes + +* Update API +* Fix bug #1 + +## 2.2.3-pre.1 - 2013-02-14 +* Update API + +## 1.0.0-x.7.z.92 - 2013-02-14 +* bark bark +* woof +* arf ## [1.2.3](link) +* init [a.b.c]: http://altavista.com ```