aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohamed Zenadi <zeapo@users.noreply.github.com>2014-12-08 09:36:20 +0100
committerMohamed Zenadi <zeapo@users.noreply.github.com>2014-12-08 09:36:20 +0100
commit7b10b73bac8ccb25304f2c73216de0d97f6cd771 (patch)
treed1dd7b5ebab6ef954665e22ee6a742d8027025d7
parentdb5c1fa63c227214a662f87e146c9d1e47dd7d48 (diff)
typo
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bccbfe2b..7e915cbb 100644
--- a/README.md
+++ b/README.md
@@ -28,7 +28,7 @@ FAQ
- **Q:** I get a "Permission Denied" error when trying to import my ssh-key, why?
- **A:** ssh-key files are usually created with permissions set to `600`, meaning that only the creator of this key has the right to read from it. The application needs a read access, at least temporarily, make the permissions to `644`, import the key, then set them back to `600`.
-TODOs
+TODO
=====
**Urgent**
- Implement a keyboard to replace the copy/paste and avoid clipboard hijicking (see [#50](https://github.com/zeapo/Android-Password-Store/issues/50))