Skip to content

Commit 2a0a897

Browse files
committed
Update README.
1 parent fed0190 commit 2a0a897

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
OpenWeatherMap-PHP-Api
22
======================
3-
A php api to parse weather data from [OpenWeatherMap.org](http://www.OpenWeatherMap.org). This api tries to normalise and abstract the data and remove inconsistencies.
3+
A php api to parse weather data from [OpenWeatherMap.org](http://www.OpenWeatherMap.org).
4+
The api tries to normalise and abstract the data and remove inconsistencies.
45

5-
[![Build Status](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api.png?branch=master)](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api)[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/badges/quality-score.png?s=f31ca08aa8896416cf162403d34362f0a5da0966)](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/)
6+
[![Build Status](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api.png?branch=master)](https://travis-ci.org/cmfcmf/OpenWeatherMap-PHP-Api)
7+
[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/badges/quality-score.png?s=f31ca08aa8896416cf162403d34362f0a5da0966)](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/)
8+
[![Code Coverage](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/cmfcmf/OpenWeatherMap-PHP-Api/?branch=master)
69
[![SensioLabsInsight](https://insight.sensiolabs.com/projects/0addfb24-e2b4-4feb-848e-86b2078ca104/big.png)](https://insight.sensiolabs.com/projects/0addfb24-e2b4-4feb-848e-86b2078ca104)
710
-----------
811

@@ -12,7 +15,7 @@ For example code and how to use this api, please take a look into `Examples_*.ph
1215
- `Examples_History.php` Shows how to receive weather history.
1316
- `Examples_Cache.php` Shows how to implement a cache.
1417

15-
**Notice:** This api is not made by OpenWeatherMap, nor their official php api.
18+
**Notice:** The api is neither maintained by OpenWeatherMap, nor their official php api.
1619

1720
Contribute!
1821
===========

0 commit comments

Comments
 (0)