Skip to content

Commit

Permalink
emphasis
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Hawksworth committed May 13, 2018
1 parent d3dc1e1 commit 258ef98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lambda/hello.js
Expand Up @@ -24,7 +24,7 @@ export function handler(event, context, callback) {
headers: { "Content-Type": "text/html" },
body: `<html>Hello from a serverless
<a href="https://github.com/philhawksworth/hawksworx.com/blob/master/src/lambda/hello.js">function</a>,
${name}!</hml>`
<em>${name}!</em></hml>`
});

}

0 comments on commit 258ef98

Please sign in to comment.