Merge pull request #33 from bparees/master

change tag to quickstart
This commit is contained in:
Ben Parees 2016-02-24 15:41:03 -05:00
commit 34dafc6cdf
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
"name": "nodejs-mongodb-example",
"annotations": {
"description": "An example Node.js application with a MongoDB database",
"tags": "instant-app,nodejs,mongodb",
"tags": "quickstart,nodejs,mongodb",
"iconClass": "icon-nodejs"
}
},

View File

@ -5,7 +5,7 @@
"name": "nodejs-example",
"annotations": {
"description": "An example Node.js application with no database",
"tags": "instant-app,nodejs",
"tags": "quickstart,nodejs",
"iconClass": "icon-nodejs"
}
},