Skip to content

Commit ab6f6d5

Browse files
committed
Update README.md
* Fixed bc match descriptions
1 parent a970639 commit ab6f6d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ All Bitcoin values returned by the API are in string float format, in order to p
5454
$result = bcsub("101.234115", "34.92834753", 8); // "66.30576747"
5555
```
5656

57-
#####`bcmul` Add Two Numbers
57+
#####`bcmul` Multiply Two Numbers
5858

5959
```php
6060
$result = bcmul("101.234115", "34.92834753", 8); // "3535.940350613"
6161
```
6262

63-
#####`bcdiv` Add Two Numbers
63+
#####`bcdiv` Divide Two Numbers
6464

6565
```php
6666
$result = bcdiv("101.234115", "34.92834753", 8); // "2.89833679"
@@ -93,4 +93,4 @@ Documentation
9393
Dependencies
9494
------------
9595

96-
The library depends on having the `curl` and `bcmath` modules enabled in your PHP installation.
96+
The library depends on having the `curl` and `bcmath` modules enabled in your PHP installation.

0 commit comments

Comments
 (0)