From 2ab7985abf76fdf444019e84f823b75786b3585a Mon Sep 17 00:00:00 2001 From: Eric Rudder Date: Fri, 15 Jun 2018 12:43:16 -0700 Subject: [PATCH] Update README.md --- aws-js-webserver-component/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aws-js-webserver-component/README.md b/aws-js-webserver-component/README.md index b9698bfdd..8dbecc757 100644 --- a/aws-js-webserver-component/README.md +++ b/aws-js-webserver-component/README.md @@ -1,5 +1,5 @@ -# AWS web server component example +# AWS Web Server component example Deploy an EC2 instances using `@pulumi/aws`, using a common module for creating an instance. A function `createInstance` is defined in [webserver.js](webserver.js) which is then used in main program. -For a walkthrough of the main example, [Infrastructure on AWS](https://pulumi.io/quickstart/aws-ec2.html). \ No newline at end of file +For a walkthrough of the main example, [Infrastructure on AWS](https://pulumi.io/quickstart/aws-ec2.html).