Skip to content

Commit 803b8b2

Browse files
committed
[Java] README update.
1 parent 6ef0c48 commit 803b8b2

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,15 @@ Simple Binary Encoding (SBE)
1212
encoding and decoding binary application messages for low-latency financial applications. This repository contains
1313
the reference implementations in Java, C++, Golang, and C#.
1414

15-
Further details on the background and usage of SBE can be found on the
16-
[Wiki](https://github.com/real-logic/simple-binary-encoding/wiki).
15+
For more details on the design and usage of SBE can be found on the [Wiki](https://github.com/real-logic/simple-binary-encoding/wiki).
1716

1817
An XSD for SBE specs can be found
1918
[here](https://github.com/real-logic/simple-binary-encoding/blob/master/sbe-tool/src/main/resources/fpl/sbe.xsd). Please address questions about the specification to the [SBE FIX community](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding).
2019

2120
For the latest version information and changes see the [Change Log](https://github.com/real-logic/simple-binary-encoding/wiki/Change-Log) with **downloads** at [Maven Central](http://search.maven.org/#search%7Cga%7C1%7Csbe).
2221

23-
The Java and C++ SBE implementations are designed with work very efficiently with the
24-
[Aeron](https://github.com/real-logic/aeron) messaging system for low-latency and
25-
high-throughput communications. The Java SBE implementation has a dependency on
22+
The Java and C++ SBE implementations work very efficiently with the [Aeron](https://github.com/real-logic/aeron)
23+
messaging system for low-latency and high-throughput communications. The Java SBE implementation has a dependency on
2624
[Agrona](https://github.com/real-logic/agrona) for its buffer implementations.
2725

2826
Binaries
@@ -36,7 +34,7 @@ Example for Maven:
3634
<dependency>
3735
    <groupId>uk.co.real-logic</groupId>
3836
    <artifactId>sbe-all</artifactId>
39-
    <version>1.17.0</version>
37+
    <version>1.18.0</version>
4038
</dependency>
4139
```
4240

0 commit comments

Comments
 (0)