Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Arian8j2 authored Dec 31, 2021
1 parent 2447b55 commit 8b034e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ClipboardXX
Header only lightweight library to **copy** and **paste** from clipboard
Header only lightweight library to **copy** and **paste** text from clipboard
*Copyright (C) 2020 Arian Rezazadeh*

## Example
Expand All @@ -11,7 +11,7 @@ int main() {
clipboardxx::clipboard clipboard;

// copy
clipboard << "text you wanna copy";
clipboard << "text you wanna copy";

// paste
std::string paste_text;
Expand Down Expand Up @@ -41,4 +41,4 @@ In certain situations such as:
- cannot open clipboard in windows
- cannot empty clipboard in windows

clipboardxx will throw an execption of type `clipboardxx::exception` you can handle it by your own way.
clipboardxx will throw an execption of type `clipboardxx::exception` you can handle it by your own way.

0 comments on commit 8b034e4

Please sign in to comment.