Просмотр исходного кода

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

Update readme.md
Jin Hai 5 лет назад
Родитель
Сommit
ba27324dd5
2 измененных файлов с 4 добавлено и 3 удалено
  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
 - \#10: fix connected() & add port range check & add @nonnull annotation & set maxInboundMessageSize
 - \#17: change IndexParam in DescribeIndexResponse to Index
 - \#17: change IndexParam in DescribeIndexResponse to Index
 - \#27: change proto package to io.milvus.grpc
 - \#27: change proto package to io.milvus.grpc
+- \#32: fix README format
     
     
 ### New Feature
 ### New Feature
 ---
 ---

+ 3 - 3
README.md

@@ -22,16 +22,16 @@ Gradle/Grails
 
 
 `compile 'io.milvus:milvus-sdk-java:0.1.0'`
 `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
 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)
 - [Javadoc](https://milvus-io.github.io/milvus-sdk-java/javadoc/index.html)
 - [Milvus doc](https://milvus.io/docs/en/userguide/install_milvus/)
 - [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).
 - The Java source code is formatted using [google-java-format](https://github.com/google/google-java-format).