From 1f25ee77f608faa60426e492c98faa10f2360fb1 Mon Sep 17 00:00:00 2001 From: Space Cowboy Date: Wed, 18 Jun 2014 16:33:44 +0200 Subject: [PATCH] Fix spelling in README --- README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.org b/README.org index 7b8b54a..7c6c5e0 100644 --- a/README.org +++ b/README.org @@ -42,7 +42,7 @@ your own. The library includes an implementation that allows the user to pick files from the SD-card. But the picker could easily be extended to get -it's file listings from another source, such as Dropbox, FTP, SSH and +its file listings from another source, such as Dropbox, FTP, SSH and so on. By inheriting from an Activity, the picker is able to be rendered as @@ -89,7 +89,7 @@ for info on how to use the provided SD-card file picker. #+end_src -*** Include the file picker picker activity +*** Include the file picker activity You must *set the theme* on the activity. You can subclass it to customize but it is required. The intent filter is optional depending on your use case.