From c06da3f1d9ff13bf3ff44fcda69582b86aa43944 Mon Sep 17 00:00:00 2001 From: Wilson Ding Date: Tue, 16 May 2017 13:24:07 -0500 Subject: [PATCH] Fixed markdown errors in Client README.md --- tuf/client/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tuf/client/README.md b/tuf/client/README.md index d0087294..2e69a823 100644 --- a/tuf/client/README.md +++ b/tuf/client/README.md @@ -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