Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tcharding committed Nov 25, 2024
1 parent 9397251 commit 7121176
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,14 @@ If you require a JSON RPC client in production software it is expected you write
use the `corepc-types` crate in your dependency graph. Feel free to copy/steal/plagiarise or
otherwise enjoy yourself with anything in this repository - no attribution required.

**Please do not use `corepc` in production and raise bugs, issues, or feature requests.**
## Contributing

PRs, feature requests, and bug reports against `corepc-types` most welcome and appreciated.

PRs, feature requests, and bug reports against the other crates welcome if you are using them for
integration testing.

**Please do not use `corepc-client` in production and raise bugs, issues, or feature requests.**

## Crate/directory listing

Expand All @@ -23,7 +30,9 @@ otherwise enjoy yourself with anything in this repository - no attribution requi
- `integration_test/`: Integration tests that use `corepc` and `corepc-node` to test `corepc-types`.


## `corepc-types` Design
## Design

This repository is a bit oddly designed. It was done so very intentionally.

## Original code

Expand Down

0 comments on commit 7121176

Please sign in to comment.