Skip to content

Commit

Permalink
Merge pull request #5 from abranhe/i
Browse files Browse the repository at this point in the history
<i> examples
  • Loading branch information
abranhe committed Oct 26, 2018
2 parents 979657d + 5319a85 commit 0254359
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ import com.abranhe.bigdecimal.Operations;

## Usage

> Example 1
*Example 1*

```java
import com.abranhe.bigdecimal.Operations;
Expand All @@ -85,7 +85,7 @@ public static void main(String[] args){
}
```

> Example 2
*Example 2*

```java
import java.math.BigDecimal;
Expand All @@ -100,7 +100,7 @@ public static void main(String[] args){
//=> 0.12613
}
```
> Example 3
*Example 3*

```java
import com.abranhe.bigdecimal.Operations.divide;
Expand Down

0 comments on commit 0254359

Please sign in to comment.