Skip to content

Commit

Permalink
clean readme
Browse files Browse the repository at this point in the history
  • Loading branch information
williambelle committed Oct 17, 2018
1 parent c4c4413 commit adf54c9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
<p align="center">
<img alt="EPFL Service Open" src="https://raw.githubusercontent.com/epfl-devrun/epfl-service-open/master/docs/readme/readme-logo.png">
<img alt="EPFL Service Open" src="https://raw.githubusercontent.com/innovativeinnovation/epfl-service-open/master/docs/readme/readme-logo.png">
</p>

<p align="center">
Open the EPFL website (service) associated with the Git repo.
</p>

<p align="center">
<a href="https://travis-ci.org/epfl-devrun/epfl-service-open">
<img alt="Travis Status" src="https://travis-ci.org/epfl-devrun/epfl-service-open.svg?branch=master">
<a href="https://travis-ci.org/innovativeinnovation/epfl-service-open">
<img alt="Travis Status" src="https://travis-ci.org/innovativeinnovation/epfl-service-open.svg?branch=master">
</a>
<a href="https://coveralls.io/github/epfl-devrun/epfl-service-open?branch=master">
<img alt="Coverage Status" src="https://coveralls.io/repos/github/epfl-devrun/epfl-service-open/badge.svg?branch=master"/>
<a href="https://coveralls.io/github/innovativeinnovation/epfl-service-open?branch=master">
<img alt="Coverage Status" src="https://coveralls.io/repos/github/innovativeinnovation/epfl-service-open/badge.svg?branch=master"/>
</a>
<a href="https://raw.githubusercontent.com/epfl-devrun/epfl-service-open/master/LICENSE">
<a href="https://raw.githubusercontent.com/innovativeinnovation/epfl-service-open/master/LICENSE">
<img alt="Apache License 2.0" src="https://img.shields.io/badge/license-Apache%202.0-blue.svg">
</a>
<a href="https://metacpan.org/release/EPFL-Service-Open">
Expand Down Expand Up @@ -49,8 +49,8 @@ Usage:
```perl
use EPFL::Service::Open qw( getService );

my $serviceUrl = getService('git@github.com:epfl-devrun/epfl-news-reader.git');
print $serviceUrl; # https://epfl-devrun.github.io/epfl-news-reader/
my $serviceUrl = getService('git@github.com:epfl-idevelop/epfl-theme-elements.git');
print $serviceUrl; #=> https://web2018.epfl.ch
```

Contributing
Expand Down

0 comments on commit adf54c9

Please sign in to comment.