Skip to content

Commit

Permalink
Merge pull request #6 from Syrok/patch-1
Browse files Browse the repository at this point in the history
fix example function
  • Loading branch information
jeremydaly committed Sep 28, 2018
2 parents 827f8de + 862236a commit 3dcbb86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ const mysql = require('serverless-mysql')({
})

// Main handler function
exports.handler = async (event, context) {
exports.handler = async (event, context) => {
// Run your query
let results = await mysql.query('SELECT * FROM table')

Expand Down

0 comments on commit 3dcbb86

Please sign in to comment.