Skip to content

Commit 97c58c2

Browse files
authored
Update README.md
1 parent 00fba3f commit 97c58c2

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Here's an example of how it's formatted:
1515
"elements" : [{
1616
"name": "Hydrogen",
1717
"symbol": "H",
18-
"number": "1",
18+
"number": 1,
1919
"period": 1,
2020
"category": "diatomic nonmetal ",
2121
"atomic_mass": 1.008,
@@ -32,7 +32,10 @@ Here's an example of how it's formatted:
3232
"spectral_img": "https://en.wikipedia.org/wiki/File:Hydrogen_Spectra.jpg",
3333
"summary": "Hydrogen is a chemical element with chemical symbol H and atomic number 1. With an atomic weight of 1.00794 u, hydrogen is the lightest element on the periodic table. Its monatomic form (H) is the most abundant chemical substance in the Universe, constituting roughly 75% of all baryonic mass.",
3434
"ypos": 1,
35-
"xpos": 1
35+
"xpos": 1,
36+
"shells": [
37+
1
38+
]
3639
}
3740
]}
3841
```

0 commit comments

Comments
 (0)