Skip to content

Commit

Permalink
Merge pull request alexa-js#111 from dblock/example-app
Browse files Browse the repository at this point in the history
Example app changes.
  • Loading branch information
dblock committed Jan 5, 2017
2 parents 1d16dc2 + 5b9ba9a commit 6d8c41d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions example/express.js
Expand Up @@ -29,7 +29,5 @@ alexaApp.intent("nameIntent", {

alexaApp.express(app, "/echo/");

// launch /echo/test in your browser with a GET request

app.listen(PORT);
console.log("Listening on port " + PORT);
console.log("Listening on port " + PORT + ", try http://localhost:" + PORT + "/echo/test");
2 changes: 1 addition & 1 deletion example/package.json
Expand Up @@ -9,5 +9,5 @@
"express": "^4.13.0"
},
"author": "Matt Kruse <github@mattkruse.com> (http://mattkruse.com/)",
"license": "ISC"
"license": "MIT"
}

0 comments on commit 6d8c41d

Please sign in to comment.