From 062a2b49164136405aa901ef4832244201fb2849 Mon Sep 17 00:00:00 2001 From: Nji Daniel Date: Sun, 22 Nov 2020 11:41:03 +0100 Subject: [PATCH] Update configuring-docker-for-use-with-github-packages.md --- .../configuring-docker-for-use-with-github-packages.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md b/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md index d31c4e2c4a77..0fd088338748 100644 --- a/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md +++ b/content/packages/using-github-packages-with-your-projects-ecosystem/configuring-docker-for-use-with-github-packages.md @@ -204,6 +204,6 @@ $ docker pull docker.HOSTNAME/OWNER/REPOSITORY/IMAGE_NAME:TAG_NAME {% endnote %} -### Further reading +### Further reading: - "[Deleting a package](/packages/publishing-and-managing-packages/deleting-a-package/)"