Skip to content

Commit b9b719f

Browse files
committed
And yet more tweaks to the README file...
* Reduced screenshot.png size * Trying to put the demo text to the right of the screenshot
1 parent caa6729 commit b9b719f

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ Alternatively you could use `setAccessToken:secret` after initialization to defi
3030

3131
## Demo
3232

33-
<img src="https://github.com/rsieiro/RSOAuthEngine/raw/master/screenshot.png" style="float: left;" alt="Screenshot" />
34-
**RSOAuthEngine** comes with a sample project that demonstrates how to use it to authenticate with Twitter. It includes a basic Twitter engine that implements Twitter's OAuth authentication flow and allows you to post a tweet. It also shows you how to persist the OAuth access token in the Keychain. The Twitter engine should not be considered production code, and is only included to demonstrate **RSOAuthEngine**.
33+
<table>
34+
<tr>
35+
<td><img src="https://github.com/rsieiro/RSOAuthEngine/raw/master/screenshot.png" alt="Screenshot" /></td>
36+
<td valign="top">**RSOAuthEngine** comes with a sample project that demonstrates how to use it to authenticate with Twitter. It includes a basic Twitter engine that implements Twitter's OAuth authentication flow and allows you to post a tweet. It also shows you how to persist the OAuth access token in the Keychain. The Twitter engine should not be considered production code, and is only included to demonstrate **RSOAuthEngine**.
3537

3638
To build the demo project, follow these steps:
3739

@@ -40,7 +42,9 @@ To build the demo project, follow these steps:
4042

4143
### Tips
4244

43-
Swipe from left to right in the status message to clear previously stored OAuth tokens.
45+
Swipe from left to right in the status message to clear previously stored OAuth tokens.</td>
46+
</tr>
47+
</table>
4448

4549
## Compatibility
4650

screenshot.png

-45.8 KB
Loading

0 commit comments

Comments
 (0)