change tag to quickstart

This commit is contained in:
Ben Parees 2016-02-24 15:40:45 -05:00
parent df1f4ae1c4
commit 4efa27f2ac
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"
}
},