diff --git a/README.md b/README.md
index aea9534..abbff5a 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,12 @@
# Spotify Metadata
Deployed at: https://spotify-metadata.netlify.app/.
-Spotify has some very interesting data that they've got going on in their backend (over 4000+ microgenres). This is a website that lets you explore that data.
+Spotify has some very interesting data that they've got going on in their backend (over 4000 micro-genres!). This is a website that lets you explore that data.
The site calls on the Spotify API to display playlists, top tracks and top artists of a logged-in user across different time-periods, as well as the associated metadata for each.
-It is a conversion of a previous project from Vanilla JS to React. The original project can be found in the project branch called ```vanilla-javascript```.
-
-It is built with React, and styled using Material-UI. Requests are done using axios, and Spotify-authorisation is done completely client-side using the Client Credentials Authorisation Flow.
+It is built with React, and styled using Material-UI. Requests are done using axios, and Spotify-auth is done completely client-side using the Client Credentials Authorisation Flow.
+Note that this site is a conversion of a previous project from Vanilla JS to React. The original project can be found in the project branch called ```vanilla-javascript```.