Skip to content

Commit 7001e6d

Browse files
committed
[Java] Update README.
1 parent 102417d commit 7001e6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Example for Maven:
3232
<dependency>
3333
    <groupId>uk.co.real-logic</groupId>
3434
    <artifactId>sbe-all</artifactId>
35-
    <version>1.8.1</version>
35+
    <version>1.8.2</version>
3636
</dependency>
3737
```
3838

@@ -110,7 +110,7 @@ documentation](https://github.com/real-logic/simple-binary-encoding/blob/master/
110110

111111
C# Build
112112
--------
113-
As of May 2017, the csharp build is considered a preview release. API stability is not yet guaranteed. User and Developer guides are not yet released or are incomplete.
113+
As of May 2017, the CSharp build is considered a preview release. API stability is not yet guaranteed. User and Developer guides are not yet released or are incomplete.
114114

115115
First build using Gradle to generate the SBE jar and then use it to
116116
generate the C# code used for testing and the examples.
@@ -122,9 +122,9 @@ You can then use the [Visual Studio 2017 Community solution](https://github.com/
122122
example. This solution also builds some tests which can be run via the provided
123123
[runtests.sh](https://github.com/real-logic/simple-binary-encoding/blob/master/csharp/runtests.sh) script.
124124

125-
Users of csharp generated code should see the [user documentation (coming)](https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide).
125+
Users of CSharp generated code should see the [user documentation (coming)](https://github.com/real-logic/simple-binary-encoding/wiki/Csharp-User-Guide).
126126

127-
Developers wishing to enhance the csharp generator should see the [developer documentation (coming)](https://github.com/real-logic/simple-binary-encoding/blob/master/csharp/README.md)
127+
Developers wishing to enhance the CSharp generator should see the [developer documentation (coming)](https://github.com/real-logic/simple-binary-encoding/blob/master/csharp/README.md)
128128

129129

130130
License (See LICENSE file for full license)

0 commit comments

Comments
 (0)