From d9f29d07f909867d3f7684bf1750e5ddf02fa8ff Mon Sep 17 00:00:00 2001 From: Yoshiyuki Kawashima Date: Wed, 10 Oct 2018 17:05:20 +0900 Subject: [PATCH] Fix the README instead of #24 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b5722..80f7b1f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ```swift // Automatically detect and attach to other peers with this service type -PeerKit.transceive("com-jpsim-myApp") +PeerKit.transceive(serviceType: "com-jpsim-myApp") enum Event: String { case StartGame, EndGame