diff --git a/README.md b/README.md index 0e96fea..344ed33 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # indexeddb-chunk-store -IndexedDB chunk store that is abstract-chunk-store compliant +IndexedDB chunk store that is abstract-chunk-store compatible [![abstract chunk store](https://cdn.rawgit.com/mafintosh/abstract-chunk-store/master/badge.svg)](https://github.com/mafintosh/abstract-chunk-store) diff --git a/package.json b/package.json index b68c20a..eb7504d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "indexeddb-chunk-store", "version": "0.0.1", - "description": "IndexedDB chunk store that is abstract-chunk-store compliant", + "description": "IndexedDB chunk store that is abstract-chunk-store compatible", "main": "dist/Store.js", "scripts": { "build-test": "tsc && browserify test/test.js > test/bundle.js"