Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit b551474

Browse files
lacivertscottnonnenberg
authored andcommitted
Fix code example typo in Readme #38 (#39)
1 parent cd2042f commit b551474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ var store = new MySignalProtocolStore();
115115
var address = new libsignal.SignalProtocolAddress(recipientId, deviceId);
116116

117117
// Instantiate a SessionBuilder for a remote recipientId + deviceId tuple.
118-
SessionBuilder sessionBuilder = new libsignal.SessionBuilder(store, address);
118+
var sessionBuilder = new libsignal.SessionBuilder(store, address);
119119

120120
// Process a prekey fetched from the server. Returns a promise that resolves
121121
// once a session is created and saved in the store, or rejects if the

0 commit comments

Comments
 (0)