Skip to content

Commit

Permalink
make example match test
Browse files Browse the repository at this point in the history
  • Loading branch information
ungoldman committed Mar 2, 2015
1 parent d94576e commit 207bc01
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```
Expand Down

0 comments on commit 207bc01

Please sign in to comment.