Skip to content

Commit

Permalink
Few corrections made at PG
Browse files Browse the repository at this point in the history
  • Loading branch information
jgaujard-pg committed Nov 9, 2018
1 parent c8f212e commit 77b2a33
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .env.dist
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
GOOGLE_API_KEY = 'YOUR_GOOGLE_API_KEY'
GOOGLE_SIGNATURE = 'YOUR_GOOGLE_SIGNATURE'
3 changes: 0 additions & 3 deletions .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,3 @@ build:
coverage:
file: tmp/coverage.xml
format: clover

#tools:
# external_code_coverage: true
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Google Street View API

[![Latest Version](https://img.shields.io/github/release/defro/google-streetview.svg?style=flat-square)](https://github.com/defro/google-streetview/releases)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Build Status](https://img.shields.io/travis/defro/google-streetview/master.svg?style=flat-square)](https://travis-ci.org/defro/google-streetview)
[![SensioLabsInsight](https://img.shields.io/sensiolabs/i/bb4e1360-2e06-4b1f-8c6f-57d99f2dafd9.svg?style=flat-square)](https://insight.sensiolabs.com/projects/bb4e1360-2e06-4b1f-8c6f-57d99f2dafd9)
[![StyleCI](https://styleci.io/repos/156726302/shield)](https://styleci.io/repos/156726302)
Expand All @@ -26,4 +26,4 @@ Read to install, use this package, customize image to display on [documentation

## License

The MIT License (MIT). Please see [license File](LICENSE.md) for more information.
The MIT License (MIT). Please see [license file](LICENSE) for more information.
2 changes: 2 additions & 0 deletions tmp/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/coverage.xml
/report

0 comments on commit 77b2a33

Please sign in to comment.