From 9a3906ecbbb32df787087dcb91198566d4d4ab55 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Thu, 18 Aug 2016 12:17:39 +0100 Subject: [PATCH] pod.md: remove incorrect example and add 'pod list' instead --- pages/osx/pod.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/osx/pod.md b/pages/osx/pod.md index c33b03e6a7..03ac900d0d 100644 --- a/pages/osx/pod.md +++ b/pages/osx/pod.md @@ -10,9 +10,9 @@ `pod install` -- Download a new pod for the current project and add it to the Podfile: +- List all available pods: -`pod install {{pod_name}}` +`pod list` - Show the outdated pods in the current `Podfile.lock`: