Skip to content

Commit

Permalink
Merge pull request #1 from snicoll/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
mvanmeerbeck authored Aug 24, 2020
2 parents 19188b8 + e109967 commit 80e7d98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use the Hyperledger Fabric Spring Boot Starter in your projects you can inclu
```xml
<dependency>
<groupId>com.github.bxforce</groupId>
<artifactId>hyperledger-fabric-spring-boot</artifactId>
<artifactId>hyperledger-fabric-spring-boot-starter</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
Expand All @@ -34,4 +34,4 @@ boolen(true/false) override certificates CN Host matching -- for development onl
+ **hyperledger-fabric.gateway.discovery**
Enable or disable service discovery for all transaction submissions for this gateway.
+ **hyperledger-fabric.gateway.network-config**
The path to the common connection profile.
The path to the common connection profile.

0 comments on commit 80e7d98

Please sign in to comment.