Skip to content

Commit

Permalink
add notes to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WeidiDeng committed Dec 9, 2023
1 parent 2711aac commit f3f519e
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 @@ -10,7 +10,7 @@ go get github.com/creack/pty

## Examples

Note that those examples are for demonstration purpose only, to showcase how to use the library. They are not meant to be used in any kind of production environment.
Note that those examples are for demonstration purpose only, to showcase how to use the library. They are not meant to be used in any kind of production environment. If you want to **set deadlines to work** and `Close()` **interrupting** `Read()` on the returned `*os.File`, you will need to call `syscall.SetNonblock` manually.

### Command

Expand Down

0 comments on commit f3f519e

Please sign in to comment.