Skip to content

Commit b64ed3f

Browse files
author
Raunak Gupta
committed
Tweak - added demo link in readme.
1 parent a74279e commit b64ed3f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,30 +8,30 @@ Are you using WazirX for cryptocurrency trading? If yes, then you know that it o
88
So you can use this tool to get that details.
99

1010
Oh, that's great but for this do I have to spin a server and install it?
11-
If you want you can do that but you can use [this link](), where I have already made it accessible for all the non-technical people.
11+
If you want you can do that but you can use [this link](https://www.webhat.in/wazirx-portfolio-tracker/), where I have already made it accessible for all the non-technical people.
1212

1313
### Features include:
1414

1515
Track all your crypto assets growth of WazirX exchange in one go. You can filter it or order/sort it based on profit, amount spend, etc.
1616

1717
Oh, that's great, but I think it is missing this thing, or if you can add this it will make much more sense.
18-
Sure, please let me know [here](https://github.com/finallyRaunak/wazirx-portfolio-tracker/discussions/new) so that I can review and see how it can be incorporated.
18+
Sure, please let me know [here](https://github.com/finallyRaunak/wazirx-portfolio-tracker/discussions/new?category=ideas) so that I can review and see how it can be incorporated.
1919

2020
### Why this?
2121

2222
It is a simple tool to take a quick snap of your portfolio.
2323

2424
# Demo
2525

26-
- You can see a live preview from [here]()
26+
- You can see a live preview from [here](https://www.webhat.in/wazirx-portfolio-tracker/)
2727
- You can also check this [screenshot](screenshots/full-page-view.png)
2828

2929
# Installation
3030

3131
- Download the zip
3232
- Extract the zip
3333
- From CLI cd to the extracted dir
34-
- run composer install
34+
- run `composer install --no-dev`
3535
- Update the `BASE_URL` in `src/constants.php` file.
3636
- Now Navigate to your site (_which you have defined in `BASE_URL`_) and see the report.
3737

src/views/wrx.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</a>
4848
</li>
4949
<li class="nav-main-item">
50-
<a class="nav-main-link" href="javascript:void(0)">
50+
<a class="nav-main-link" href="https://github.com/finallyRaunak/wazirx-portfolio-tracker#donate">
5151
<i class="nav-main-link-icon fab fa-2x fa-bitcoin"></i>
5252
<span class="nav-main-link-name">Donate</span>
5353
</a>

0 commit comments

Comments
 (0)