diff --git a/README.md b/README.md index f88c463..9c432a0 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ A node package exposing an SQLite database of the Princeton University WordNet database -##Installation +## Installation Just run ```javascript diff --git a/wordnet-sqlite.js b/index.js similarity index 100% rename from wordnet-sqlite.js rename to index.js diff --git a/package.json b/package.json index 68a5258..9bdf0a9 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "type": "git", "url": "https://github.com/TMiguelT/wordnet-sqlite" }, - "version": "0.0.2", + "version": "1.0.0", "dependencies": { "sqlite3": "^3.0.5" }