Skip to content

Commit c23f97f

Browse files
committed
Add newlines to the 'No' example
1 parent d8034dc commit c23f97f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,14 @@ bar:
8787
value: 87
8888

8989
# No
90-
foo = ['some', 'string', 'values']
90+
foo = [
91+
'some',
92+
'string',
93+
'values'
94+
]
9195
bar:
92-
label: 'test', value: 87
96+
label: 'test',
97+
value: 87
9398
```
9499

95100
<a name="encoding"/>

0 commit comments

Comments
 (0)