Pārlūkot izejas kodu

Merge pull request #33 from milvus-io/branch-0.1.0

Update readme.md
Jin Hai 5 gadi atpakaļ
vecāks
revīzija
ba27324dd5
2 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. 1 0
      CHANGELOG.md
  2. 3 3
      README.md

+ 1 - 0
CHANGELOG.md

@@ -10,6 +10,7 @@
 - \#10: fix connected() & add port range check & add @nonnull annotation & set maxInboundMessageSize
 - \#17: change IndexParam in DescribeIndexResponse to Index
 - \#27: change proto package to io.milvus.grpc
+- \#32: fix README format
     
 ### New Feature
 ---

+ 3 - 3
README.md

@@ -22,16 +22,16 @@ Gradle/Grails
 
 `compile 'io.milvus:milvus-sdk-java:0.1.0'`
 
-###Examples
+### Examples
 
 Please refer to [examples](https://github.com/milvus-io/milvus-sdk-java/tree/master/examples) folder
 
-###Documentation
+### Documentation
 
 - [Javadoc](https://milvus-io.github.io/milvus-sdk-java/javadoc/index.html)
 - [Milvus doc](https://milvus.io/docs/en/userguide/install_milvus/)
 
-###Additional information
+### Additional information
 
 - The Java source code is formatted using [google-java-format](https://github.com/google/google-java-format).