mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Fixed markdown errors in Client README.md
This commit is contained in:
parent
5e215ee223
commit
c06da3f1d9
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#updater.py
|
||||
# updater.py
|
||||
**updater.py** is intended as the only TUF module that software update
|
||||
systems need to utilize for a low-level integration. It provides a single
|
||||
class representing an updater that includes methods to download, install, and
|
||||
|
|
@ -152,7 +152,7 @@ for target in updated_target:
|
|||
target_custom_data = target['fileinfo']['custom']
|
||||
```
|
||||
|
||||
###A Simple Integration Example with basic_client.py
|
||||
### A Simple Integration Example with basic_client.py
|
||||
``` Bash
|
||||
# Assume a simple TUF repository has been setup with 'tuf.repository_tool.py'.
|
||||
$ basic_client.py --repo http://localhost:8001
|
||||
|
|
|
|||
Loading…
Reference in a new issue