Skip to content

Commit 86eb8b0

Browse files
committed
updated CHANGELOG.md and README.md
1 parent 2ad5229 commit 86eb8b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
## 1.0.0 - *2/12/2017* **(BREAKING CHANGE)**
55

66
- **(BREAKING)** Deprecated `JSONLITE_PATH` environment variable. Use `JSONLITE_DATA_DIR` instead.
7+
- Added default command to `README.md` documentation.
78
- When there is no data directory and `drop` is invoked, hard code an exit code of `0` instead of using `$?`.
89
- Documentation cleanup.
910
- Bump copyrights to 2017.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,14 +91,14 @@ cat foobar.json | jsonlite set
9191
9292
````
9393
➜ jsonlite drop
94-
Drop database '/jsonlite.data'? [Y/n] Y
94+
Drop database '/tmp/jsonlite.data'? [Y/n] Y
9595
````
9696

9797
````
9898
➜ jsonlite drop --force
9999
````
100100

101-
#### help
101+
### help
102102

103103
> help - Displays help
104104

0 commit comments

Comments
 (0)