Skip to content

Commit cf0e323

Browse files
committed
Improve wording
1 parent aee5988 commit cf0e323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ kpa.associate();
3535
You'll get an AssociateID and the public key of an IDKeypair created during the initial connection.
3636
Both pieces of data combined are needed for further connections. As both are public data, there is no need to store them securely.
3737

38-
next steps:
38+
Next steps:
3939
```java
40-
var id=kpa.getAssociateId();
40+
var id = kpa.getAssociateId();
4141
var keyPair = kpa.getIdKeyPairPublicKey();
4242

4343
var idKeyMap = List.of(Map.of("id", id, "key", keyPair)); // java 21

0 commit comments

Comments
 (0)