diff --git a/README.md b/README.md index 92275e2..7ab9b4b 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ Usage example: }) ``` +Note that this **does not** delete the notes dir with every call. It simply checks if there isn't already a file with the same name (based on the publication date), and adds one if not. + ### 2. Goodreads #### 2.1 `createWidget` diff --git a/package.json b/package.json index a408e33..2690b70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jam-my-stack", - "version": "1.0.0", + "version": "1.0.1", "repository": { "url": "https://github.com/wgroeneveld/jam-my-stack", "type": "git"