Skip to content

Commit

Permalink
fix name repo
Browse files Browse the repository at this point in the history
  • Loading branch information
stenas committed Mar 20, 2023
1 parent fff5ea4 commit 7868aba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# images-ia
# images-classify
Service in Node JS to classify images
## Usage
Build image, run container, show logs
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "images-ia",
"name": "images-classify",
"version": "1.0.0",
"description": "Classify images",
"main": "app.js",
Expand All @@ -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",
Expand All @@ -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"
}

0 comments on commit 7868aba

Please # to comment.