From 7ebcc8ebfd850ef6b8dbccf66bb2312b8627a39c Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 01:01:14 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cab4ab4..2254118 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ for communicating with Amazon Simple Queue Service. This project builds on top o * You can download release builds through the [releases section of this](https://github.com/awslabs/amazon-sqs-java-messaging-lib) project. * For more information on using the amazon-sqs-java-messaging-lib, see our getting started guide to SQS [here](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/jmsclient.html). -##Getting Started +## Getting Started * **Sign up for AWS** — Before you begin, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see [AWS Account and Credentials](http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-setup.html) in the AWS SDK for Java Developer Guide. * **Sign up for Amazon SQS** — Go to the Amazon [SQS console](https://console.aws.amazon.com/sqs/home?region=us-east-1) to sign up for the service. @@ -22,7 +22,7 @@ for communicating with Amazon Simple Queue Service. This project builds on top o ``` * **Further information** - Read the [API documentation](http://aws.amazon.com/documentation/sqs/). -##Feedback +## Feedback * Give us feedback [here](https://github.com/awslabs/amazon-sqs-java-messaging-lib/issues). * If you'd like to contribute a new feature or bug fix, we'd love to see Github pull requests from you.