Skip to content

Commit

Permalink
change: Add notice to gipc about instability
Browse files Browse the repository at this point in the history
  • Loading branch information
tecc committed May 7, 2023
1 parent 67df35e commit ea282fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

**General Interprocess Communication** (or _gipc_, pronounced like gypsy /ʤɪ́psɪ/) is a library that abstracts away common things in interprocess communication to speed up development and reduce errors.

> NOTE:
>
> gipc is not entirely stable yet - there are still a few wrinkles to iron out.
> Whilst it is production-ready, the API may be subject to change.
## Usage

To get a sense of how to use gipc, please read the [examples](./examples); these show roughly how the code would look in an application, alongside explanations of why everything happens in the order that it does.
Expand Down

0 comments on commit ea282fd

Please sign in to comment.