Skip to content

Commit 3344306

Browse files
updating the README
1 parent 67479b8 commit 3344306

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
@@ -87,7 +87,7 @@ You can also send a file attachment in a basic message.
8787
import com.socketLabs.injectionApi.*;
8888
import com.socketLabs.injectionApi.message.*;
8989

90-
var client = new SocketLabsClient(000001, "YOUR-API-KEY"); //Your SocketLabs ServerId and Injection API key
90+
SocketLabsClient client = new SocketLabsClient(000001, "YOUR-API-KEY"); //Your SocketLabs ServerId and Injection API key
9191

9292
BasicMessage message = new BasicMessage();
9393

0 commit comments

Comments
 (0)