Skip to content

Commit 37967b6

Browse files
committed
Improve README
Improve the README text. Signed-off-by: Teodora Sechkova <[email protected]>
1 parent f057d57 commit 37967b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tuf/ngclient/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ described in the TUF specification (see
77
https://theupdateframework.github.io/specification/latest/#detailed-client-workflow)
88

99
**tuf.ngclient.FetcherInterface** is an abstract class that client
10-
implementers can optionally use to integrate with their own
11-
network/download infrastructure -- a Requests-based implementation is
10+
implementers can implement a concrete class of in order to reuse their
11+
own networking/download libraries -- a Requests-based implementation is
1212
used by default.
1313

1414
This package:
1515
* Aims to be a clean, easy-to-validate reference client implementation
1616
written in modern Python
17-
* At the same time aims to be the library choice for anyone
17+
* At the same time aims to be the library of choice for anyone
1818
implementing a TUF client in Python: light-weight, easy to integrate
1919
and with minimal required dependencies
20-
* Is still under development but planned to become the default client
21-
in this code base (as in the older tuf.client will be deprecated in
22-
the future)
20+
* Is still under development but is planned to become the default client
21+
in this implementation (i.e., the older `tuf.client` will be deprecated
22+
in the future)

0 commit comments

Comments
 (0)