Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evanthegrayt committed May 3, 2020
1 parent cc7e730 commit 059f6bd
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ For example, if you wanted the format to be as follows:
Your `~/.standup_md.yml` should contain:

```yaml
sub_header_depth: 3
header_depth: 2
sub_header_depth: 3
current_header: Today
previous_header: Yesterday
impediments_header: Hold-ups
Expand All @@ -253,7 +253,6 @@ sub_header_order:
- previous
- impediments
- notes

```
## API
Expand All @@ -278,7 +277,7 @@ end
standup.write
```

Note: `StandupMD::load { ... }` just is a quick way to call `StandupMD::new {
Note: `StandupMD.load { ... }` just is a quick way to call `StandupMD.new {
... }.load`

Entries are just hashes, so you can easily transform them to `json` objects.
Expand Down

0 comments on commit 059f6bd

Please sign in to comment.