From 97c58c20fc1428f783d42cc4a08ca72a1c85c2ec Mon Sep 17 00:00:00 2001 From: Bowserinator Date: Fri, 24 Feb 2017 19:44:26 -0500 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e7db58e..929809d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Here's an example of how it's formatted: "elements" : [{ "name": "Hydrogen", "symbol": "H", - "number": "1", + "number": 1, "period": 1, "category": "diatomic nonmetal ", "atomic_mass": 1.008, @@ -32,7 +32,10 @@ Here's an example of how it's formatted: "spectral_img": "https://en.wikipedia.org/wiki/File:Hydrogen_Spectra.jpg", "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.", "ypos": 1, - "xpos": 1 + "xpos": 1, + "shells": [ + 1 + ] } ]} ```