From 82ca85d031fdcbdadb2c73449c13a9252fa4d000 Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 24 May 2017 01:20:16 +0800 Subject: [PATCH] Update getting_started.md (#3339) --- notary/getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notary/getting_started.md b/notary/getting_started.md index c487ad9678..76ebc5c118 100644 --- a/notary/getting_started.md +++ b/notary/getting_started.md @@ -19,7 +19,7 @@ and signing interface to create signed collections and configure trusted publish With Notary anyone can provide trust over arbitrary collections of data. Using The Update Framework (TUF) as the underlying security framework, Notary takes care of the operations necessary -to create, manage and distribute the metadata necessary to ensure the integrity and +to create, manage, and distribute the metadata necessary to ensure the integrity and freshness of your content. ## Install Notary @@ -145,4 +145,4 @@ alias dockernotary="notary -s https://notary.docker.io -d ~/.docker/trust" ``` More advanced methods of configuration, and additional options, can be found in -the [configuration doc](reference/index.md) and by running `notary --help`. \ No newline at end of file +the [configuration doc](reference/index.md) and by running `notary --help`.