Răsfoiți Sursa

Update README.md

Evgenii Neumerzhitckii 9 ani în urmă
părinte
comite
113169e80b
1 a modificat fișierele cu 8 adăugiri și 1 ștergeri
  1. 8 1
      README.md

+ 8 - 1
README.md

@@ -18,7 +18,7 @@ keychain.set("hello world", forKey: "my key")
 keychain.get("my key")
  ```
 
- The Keychain library includes the following features:
+The Keychain library includes the following features:
 
  * <a href="#usage">Get, set and delete string, boolean and Data Keychain items</a>
  * <a href="#keychain_item_access">Specify item access security level</a>
@@ -245,6 +245,13 @@ Here are some other Keychain libraries.
 * Thanks to [tcirwin](https://github.com/tcirwin) for adding Swift 3.0 support.
 * Thanks to [Tulleb](https://github.com/Tulleb) for adding Xcode 8 beta 6 support.
 
+## Feedback is welcome
+
+If you notice any issue, got stuck or just want to chat feel free to create an issue. I will be happy to help you. 
+
+## Submitting a pull request
+
+Before submitting a pull request please note that this library is not a full featured wrapper around Keychain API. The purpose of this project is to do few things and do them well. There are many [excellent alternative](https://github.com/marketplacer/keychain-swift#alternative-solutions) libraries that provide additional features to people who need them. This project, in contrast, is a single-purpose tool and sacrifices functionality in favor of the ease of use.
 
 ## License