diff --git a/README.md b/README.md index ad78426..73fcb51 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,13 @@ go get git.wow.st/gmp/clip ## API: ```go + // Clear clears the general pasteboard func Clear() + // Set puts a string on the pasteboard, returning true if successful func Set(string) bool + // Get retrieves the string currently on the pasteboard. func Get() string ```