Skip to content

Commit cd70d75

Browse files
authored
Update README.md
1 parent a866336 commit cd70d75

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,17 @@ EC2 DescribeInternetGateways ca-central-1: 1 items retrieved
5959
```
6060

6161
The resulting `myobjects.json` file, holds a JSON array with the following structure:
62-
```json
62+
```js
6363
[
64-
{ "Type" : "InternetGateway", // the type of the object listed
65-
"Service" : "EC2", // the service it was retrieved from
66-
"Region" : "ap-northeast-2", // the region
67-
"Source" : { //the object itself, will change according to the object
64+
{
65+
// the type of the object listed
66+
"Type" : "InternetGateway",
67+
// the service it was retrieved from
68+
"Service" : "EC2",
69+
// the region
70+
"Region" : "ap-northeast-2",
71+
//the object itself, will change according to the object
72+
"Source" : {
6873
"Attachments": [
6974
{
7075
"State": {

0 commit comments

Comments
 (0)