diff --git a/README.md b/README.md index 98fca63..2b65861 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# images-ia +# images-classify Service in Node JS to classify images ## Usage Build image, run container, show logs diff --git a/package.json b/package.json index 3803f5f..15a0be1 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "images-ia", + "name": "images-classify", "version": "1.0.0", "description": "Classify images", "main": "app.js", @@ -8,7 +8,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/stenas/images-ia.git" + "url": "git+https://github.com/stenas/image-classify.git" }, "author": "Ricardo Pina", "license": "MIT", @@ -22,7 +22,7 @@ "nsfwjs": "^2.4.0" }, "bugs": { - "url": "https://github.com/stenas/images-ia/issues" + "url": "https://github.com/stenas/image-classify/issues" }, - "homepage": "https://github.com/stenas/images-ia#readme" + "homepage": "https://github.com/stenas/image-classify#readme" }