Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
treacher committed Nov 19, 2015
1 parent 9f3f881 commit 78e9f30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class Share : MonoBehaviour {
private const string MESSAGE = "Message";

public void shareScreenShot() {
StartCoroutine (FrispSocial.Instance().PostScreenshot(TITLE, MESSAGE));
StartCoroutine (FrispSocial.ScreenshotSharer.Instance().PostScreenshot(TITLE, MESSAGE));
}
}

Expand Down

0 comments on commit 78e9f30

Please sign in to comment.