From 62e8e3a58437b89cd4ba308f5fbdd63f9473a10d Mon Sep 17 00:00:00 2001 From: Parikshit Hooda Date: Sun, 30 Jun 2019 05:30:04 +0530 Subject: [PATCH] typo fix. changed X to 5 - I think the 'X' was used as a placeholder and then went unnoticed. Paricular changed to particular --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2fc67d9..5450f83 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Capacity or Utility factors. ## Architecture -EC2-Manager is comprised of X major subsystems: +EC2-Manager is comprised of 5 major subsystems: 1. State Database 1. CloudWatch Event listener @@ -57,7 +57,7 @@ local state and any instance in EC2 API state but not local will be added to local state. ### API -The API provided by EC2 Manager can be used manage EC2 instances. Of paricular +The API provided by EC2 Manager can be used manage EC2 instances. Of particular note is that the endpoint for submitting spot requests requires a fully formed and valid `LaunchSpecification`.