summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorNora Widdecke <nora@sequoia-pgp.org>2021-08-26 16:33:09 +0200
committerNora Widdecke <nora@sequoia-pgp.org>2021-08-27 12:58:07 +0200
commit2c9d8a58799f079b691019ad90daa1d1dbce7b5e (patch)
treef58f990b1a1dbf70c258b6d6856dc2166e9daef3 /README.md
parentbc3a911e4e2009615704b9302b28ff09bcf4c2b7 (diff)
ffi, readme: Remove mention of sequoia_core.
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 746a02dc..2e7e6eb6 100644
--- a/README.md
+++ b/README.md
@@ -20,10 +20,7 @@ The [openpgp](./openpgp) crate tries hard to avoid dictating how
OpenPGP should
be used. This doesn't mean that we don't have opinions about how
OpenPGP should be used in a number of common scenarios (for instance,
-message validation). But, in this crate, we refrain from expressing
-those opinions; we expose an opinionated, high-level interface in the
-sequoia-core and related crates. In our opinion, you should generally
-use those crates instead of this one.
+message validation).
High-level API
--------------