Skip to content

Commit 213dbd9

Browse files
committed
Update version in README.md
+ some misc copy-editing
1 parent 89ebb7b commit 213dbd9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Get decimal-java from Maven:
1616
<dependency>
1717
<groupId>org.firebirdsql</groupId>
1818
<artifactId>decimal-java</artifactId>
19-
<version>1.0.0</version>
19+
<version>1.0.1</version>
2020
</dependency>
2121
```
2222

@@ -99,7 +99,7 @@ The `valueOf` methods exists for:
9999

100100
- `BigDecimal`
101101
- `BigInteger`
102-
- In addition there is `valueOfExact(BigInteger)` which throws
102+
- In addition, there is `valueOfExact(BigInteger)` which throws
103103
`DecimalOverflowException` if the `BigInteger` needs to be rounded to fit the
104104
target decimal type.
105105
- `String`
@@ -133,7 +133,7 @@ support needed to be added to [Jaybird](https://github.com/FirebirdSQL/jaybird),
133133
the Firebird JDBC driver.
134134

135135
As I was unable to find an existing library for this (maybe my Google-fu is
136-
lacking though), so I created one. As I believe others may have similar needs, I
136+
lacking though), I created one. As I believe others may have similar needs, I
137137
decided to release it as a separate library.
138138

139139
I have tried to keep this library generically usable, but I'm sure this
@@ -142,8 +142,7 @@ Pull requests and suggestions for improvements are welcome.
142142

143143
Jaybird does not directly depend on this library, but instead contains a copy to
144144
reduce the number of dependencies. External dependencies for JDBC drivers are
145-
an annoyance in non-maven/gradle environments, and Jaybird already has three
146-
(although two are optional).
145+
an annoyance in non-Maven/Gradle environments.
147146

148147
References
149148
----------

0 commit comments

Comments
 (0)