Skip to content

Commit fa080af

Browse files
committed
Doing work
1 parent dcd1643 commit fa080af

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

README.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# RSocket RPC Java
1+
# RSocket RPC - Java
2+
3+
The standard [RSocket](http://rsocket.io) RPC Java implementation.
24

35
## Build from Source
46
1. Building rsocket-rpc-java requires installation of the [Protobuf](https://github.com/google/protobuf) compiler. RSocket RPC requires Protobuf 3.4.x or higher.
@@ -13,17 +15,20 @@
1315

1416
$ ./gradlew clean build
1517

16-
## Documentation
17-
1818
## Bugs and Feedback
19-
20-
For bugs, questions, and discussions please use the [Github Issues](https://github.com/netifi/rsocket-rpc/issues).
19+
For bugs, questions, and discussions please use the [Github Issues](https://github.com/netifi/rsocket-rpc-java/issues).
2120

2221
## License
23-
Copyright 2017 [Netifi Inc.](https://www.netifi.com)
22+
Copyright 2018 [Netifi Inc.](https://www.netifi.com)
2423

25-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
24+
Licensed under the Apache License, Version 2.0 (the "License");
25+
you may not use this file except in compliance with the License.
26+
You may obtain a copy of the License at
2627

27-
http://www.apache.org/licenses/LICENSE-2.0
28+
http://www.apache.org/licenses/LICENSE-2.0
2829

29-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
30+
Unless required by applicable law or agreed to in writing, software
31+
distributed under the License is distributed on an "AS IS" BASIS,
32+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
33+
See the License for the specific language governing permissions and
34+
limitations under the License.

0 commit comments

Comments
 (0)