From 5072aee603aac2368a216de0dc9078bfab50da46 Mon Sep 17 00:00:00 2001 From: kota kanbe Date: Wed, 30 Mar 2016 14:23:52 +0900 Subject: [PATCH] fix REAME.md --- LICENSE | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/LICENSE b/LICENSE index 2904afa663..84902180ba 100644 --- a/LICENSE +++ b/LICENSE @@ -631,7 +631,7 @@ to attach them to the start of each source file to most effectively state the exclusion of warranty; and each file should have at least the "copyright" line and a pointer to where the full notice is found. - {one line to give the program's name and a brief idea of what it does.} + Vuls - Vulnerability Scanner Copyright (C) 2016 Future Architect, Inc. Japan. This program is free software: you can redistribute it and/or modify diff --git a/README.md b/README.md index 9c1239262f..caca6d4795 100644 --- a/README.md +++ b/README.md @@ -82,10 +82,10 @@ Procedure is as follows. - Add the following to the cloud-init, to prevent from automatically update at the first launch. - [Q: How do I disable the automatic installation of critical and important security updates on initial launch?](https://aws.amazon.com/amazon-linux-ami/faqs/?nc1=h_ls) -``` -#cloud-config -repo_upgrade: none -``` + ``` + #cloud-config + repo_upgrade: none + ``` ## 2. Enable to ssh from localhost