From 4d70d1647fdb6ab73924f4a0fecfae7dc3e45973 Mon Sep 17 00:00:00 2001 From: "Tammi L. Coles" Date: Fri, 19 Jan 2024 17:57:00 +0100 Subject: [PATCH] correct to end users --- book/source/about.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/source/about.md b/book/source/about.md index 9d46557..d585bf3 100644 --- a/book/source/about.md +++ b/book/source/about.md @@ -23,11 +23,11 @@ With OpenPGP, you can: Three groups of people interact with OpenPGP: -1. End-users, who use software that contains OpenPGP functionality (e.g., the Thunderbird email software) +1. End users, who use software that contains OpenPGP functionality (e.g., the Thunderbird email software) 2. Software developers who build applications that contain OpenPGP functionality 3. Implementers of OpenPGP libraries (or other software that directly handles the processing of internal OpenPGP data structures) -This document is not intended for end-users. +This document is not intended for end users. Instead, this document is mainly aimed at the second group, application developers, who use OpenPGP functionality in their software projects. It describes the properties of the OpenPGP system and its uses. It presupposes solid knowledge of software development concepts and of general cryptographic concepts. Thus, this text describes OpenPGP at the "library-level," teaching concepts that will help software developers get started as a user of any implementation (e.g., [OpenPGP.js](https://openpgpjs.org/), [Sequoia-PGP](https://sequoia-pgp.org/)).