Skip to content
This repository was archived by the owner on May 29, 2025. It is now read-only.

Commit cc4dcc8

Browse files
committed
Merge pull request #1 from jamesls/readme-formatting-fix
Fix formatting in README
2 parents 79d6997 + a987cb5 commit cc4dcc8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Python 2.6 or 2.7. You can install Boto using pip:
1313
## Basic Configuration
1414

1515
You need to set up your AWS security credentials before the sample code is able
16-
to connect to AWS. You can do this by creating a file named "credentials" at ~/.aws/
17-
(C:\Users\USER_NAME\.aws\ for Windows users) and saving the following lines in the file:
16+
to connect to AWS. You can do this by creating a file named "credentials" at
17+
`~/.aws/` (`C:\Users\USER_NAME\.aws\` for Windows users)
18+
and saving the following lines in the file:
1819

1920
[default]
2021
aws_access_key_id = <your access key id>

0 commit comments

Comments
 (0)