From be4223371e1e37c2346dc13f3b9fdeaa0ceb1c12 Mon Sep 17 00:00:00 2001 From: Bowserinator Date: Sat, 20 Jun 2020 17:38:46 -0400 Subject: [PATCH] Consistent indenting for the README example --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5baddf7..8dd75da 100644 --- a/README.md +++ b/README.md @@ -37,16 +37,16 @@ Here's an example of how it's formatted: "ypos": 1, "xpos": 1, "shells": [ - 1 + 1 ], "electron_configuration": "1s1", "electron_configuration_semantic": "1s1", "electron_affinity": 72.769, "electronegativity_pauling": 2.20, "ionization_energies": [ - 1312.0 + 1312.0 ] - } -]} + }] +} ```