diff --git a/README.md b/README.md index da3dd73..d7ecb6f 100755 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ Forecast is a weather app that fetches 5-day daily forecast data for any locatio ## Features -**bootstrapped with create-react-app**: Bootstrapped using [create-react-app](https://github.com/facebook/create-react-app), which includes bundling via [Webpack](https://github.com/webpack/webpack), and [Babel](https://github.com/babel/babel) as a compiler. +**create-react-app**: Bootstrapped using [create-react-app](https://github.com/facebook/create-react-app), which includes bundling via [Webpack](https://github.com/webpack/webpack), and [Babel](https://github.com/babel/babel) as a compiler. -**Multipage**: Routing through [react-router](https://github.com/ReactTraining/react-router) +**Multipage**: Routing through [react-router](https://github.com/ReactTraining/react-router). **Instantaneous Data**: Weather data is fetched instantaneously via Ajax requests to the [OpenWeatherMap API](https://openweathermap.org/forecast16) using [axios](https://github.com/axios/axios).