You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 4, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# php-electrum-api - Lightweight Electrum libarary with zero dependencies
1
+
# php-electrum-api - Electrum libarary with no dependencies
2
2
```
3
3
Licence: GPL-3.0
4
4
Author: Pascal Krason <p.krason@padr.io>
@@ -24,7 +24,7 @@ electrum daemon start
24
24
On the PHP side there are not much requirements, you only need atleast PHP 5.6 and the curl-Extension installed. Optional you need [Composer](http://getcomposer.org) to install this library.
25
25
26
26
# Install
27
-
First you need to install (Composer)[https://getcomposer.org/doc/00-intro.md], after you accomplished this you can go ahead:
27
+
First you need to install [Composer](https://getcomposer.org/doc/00-intro.md), after you accomplished this you can go ahead:
0 commit comments