gnumanth commited on
Commit
fba266a
1 Parent(s): 4901225

chore: format

Browse files
Files changed (1) hide show
  1. README.md +5 -3
README.md CHANGED
@@ -61,8 +61,9 @@ proposals = load_dataset("gnumanth/tc39", split="train")
61
  ```python
62
  print(proposals[0])
63
 
64
- account_circle
65
- {'url': 'https://github.com/tc39/proposal-array-is-template-object',
 
66
  'edition': None,
67
  'authors': ['Mike Samuel', 'Krzysztof Kotowicz'],
68
  'champions': ['Krzysztof Kotowicz'],
@@ -79,5 +80,6 @@ account_circle
79
  'url': 'https://github.com/tc39/notes/blob/HEAD/meetings/2021-01/jan-25.md'}],
80
  'pushed_at': '2021-01-25T20:25:40.000Z',
81
  'stage': 2,
82
- 'tags': ['ECMA-262']}
 
83
  ```
 
61
  ```python
62
  print(proposals[0])
63
 
64
+
65
+ {
66
+ 'url': 'https://github.com/tc39/proposal-array-is-template-object',
67
  'edition': None,
68
  'authors': ['Mike Samuel', 'Krzysztof Kotowicz'],
69
  'champions': ['Krzysztof Kotowicz'],
 
80
  'url': 'https://github.com/tc39/notes/blob/HEAD/meetings/2021-01/jan-25.md'}],
81
  'pushed_at': '2021-01-25T20:25:40.000Z',
82
  'stage': 2,
83
+ 'tags': ['ECMA-262']
84
+ }
85
  ```