Skip to content

Commit

Permalink
Correcting links in README
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPerathoner authored Jan 11, 2020
1 parent 79a25e4 commit eef8ea6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# PercentageIncrease
<img src="https://raw.githubusercontent.com/AlexPerathoner/PercentageIncrease/master/Resources/PercentageIncreaseIcon.png" align="right"
<img src="https://github.com/AlexPerathoner/PercentageIncrease/blob/master/Resources/PercentageIncreaseIcon.png?raw=true" align="right"
title="PercentageIncrease by Alexander Perathoner" width="100" height="100">
A handy Command Line App to quickly calculate the increase (or decrease) from a starting to a final value.

Expand Down Expand Up @@ -29,15 +29,15 @@ You have two ways to calculate the increase in percentage using **PercentageIncr
Type ```% ``` or ```increase ``` followed by the starting and the final values.

Example: ```% 2 3``` returns: ```Increase of: 50.0%```
![ExampleImage](https://github.com/AlexPerathoner/PercentageIncrease/blob/master/Resources/Screen1.?raw=true)
![ExampleImage](https://github.com/AlexPerathoner/PercentageIncrease/blob/master/Resources/Screen1.png?raw=true)
* **Without parameters**

Type ```%``` or ```increase ``` and press enter. You will now prompted to insert the starting and the final values.

Insert one after the other the two values the two values and press enter.

Example:
![ExampleImage](https://github.com/AlexPerathoner/PercentageIncrease/blob/master/Resources/Screen2.?raw=true)
![ExampleImage](https://github.com/AlexPerathoner/PercentageIncrease/blob/master/Resources/Screen2.png?raw=true)



Expand All @@ -51,4 +51,4 @@ This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md
---
Donations are welcome!

[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/AlexanderPerathoner)
[![Donate-Paypal](https://img.shields.io/badge/donate-paypal-yellow.svg?style=flat)](https://paypal.me/AlexanderPerathoner)

0 comments on commit eef8ea6

Please sign in to comment.