From 91cc92fc37a4901c72d5f03dc27000f2ccae2af2 Mon Sep 17 00:00:00 2001 From: Fred Park Date: Wed, 17 Jan 2018 12:50:03 -0800 Subject: [PATCH] Doc updates --- docs/01-installation.md | 2 +- docs/80-blobxfer-python-library.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-installation.md b/docs/01-installation.md index ee4d423..33d841f 100644 --- a/docs/01-installation.md +++ b/docs/01-installation.md @@ -41,7 +41,7 @@ yum install -y python34 python34-devel gcc openssl-devel libffi-devel curl -fSsL https://bootstrap.pypa.io/get-pip.py | python3 # for Python2 -yum install -y gcc openssl-dev libffi-devel python-devel +yum install -y gcc openssl-devel libffi-devel python-devel curl -fSsL https://bootstrap.pypa.io/get-pip.py | python ``` diff --git a/docs/80-blobxfer-python-library.md b/docs/80-blobxfer-python-library.md index 22c0be6..6fdf6ec 100644 --- a/docs/80-blobxfer-python-library.md +++ b/docs/80-blobxfer-python-library.md @@ -62,7 +62,7 @@ credentials.add_storage_account(...) # construct Azure source paths and add it to specification asp = blobxfer.api.AzureSourcePath() -asp.add_path_with_storeage_account(...) +asp.add_path_with_storage_account(...) specification.add_azure_source_path(asp) # execute downloader