From f2328a3b68fbaa53e24e77b7ca8ef840f1b742a8 Mon Sep 17 00:00:00 2001 From: "Lukhnos D. Liu" Date: Mon, 10 Oct 2011 09:04:50 -0700 Subject: [PATCH] Update the README. --- README.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.markdown b/README.markdown index 3bb6306..fa92f96 100644 --- a/README.markdown +++ b/README.markdown @@ -19,7 +19,7 @@ in the iOS development process. Your contribution (like updating this README, submitting new samples or test cases) is greatly welcome -- and it will benefit the iOS open source development community, too! -**Update** Please refer to [my blog post](http://blog.lukhnos.org/post/11275346353/flickr-oauth-support-in-objectiveflickr) +**Update**. Please refer to [my blog post](http://blog.lukhnos.org/post/11275346353/flickr-oauth-support-in-objectiveflickr) for the steps you need to take for the transition. @@ -244,7 +244,7 @@ and also design your UI accordingly. Auth Considerations =================== -**Deprecated** The original authentication process is now deprecated by Flickr. +**Deprecated**. The original authentication process is now deprecated by Flickr. Please refer to [my blog post](http://blog.lukhnos.org/post/11275346353/flickr-oauth-support-in-objectiveflickr) for the steps you need to take for the new setup. @@ -276,7 +276,7 @@ into the two major types of app auth. Desktop App Auth, the Old Way (Deprecated) ------------------------------------------ -**Deprecated** The original authentication process is now deprecated by Flickr. +**Deprecated**. The original authentication process is now deprecated by Flickr. Please refer to [my blog post](http://blog.lukhnos.org/post/11275346353/flickr-oauth-support-in-objectiveflickr) for the steps you need to take for the new setup. @@ -319,7 +319,7 @@ To map that into your app's internal workings, you need to do these: iPhone App Auth and the New Way (Deprecated) -------------------------------------------- -**Deprecated** The original authentication process is now deprecated by Flickr. +**Deprecated**. The original authentication process is now deprecated by Flickr. Please refer to [my blog post](http://blog.lukhnos.org/post/11275346353/flickr-oauth-support-in-objectiveflickr) for the steps you need to take for the new setup.