README.md in credentials_manager-0.6.0 vs README.md in credentials_manager-0.7.0
- old
+ new
@@ -1,9 +1,9 @@
CredentialsManager
===================
-```CredentialsManager``` is used by most components in the [fastlane.tools](https://fastlane.tools) toolchain.
+`CredentialsManager` is used by most components in the [fastlane.tools](https://fastlane.tools) toolchain.
All code related to your username and password can be found here: [password_manager.rb](https://github.com/KrauseFx/CredentialsManager/blob/master/lib/credentials_manager/password_manager.rb)
## Storing in the keychain
@@ -25,9 +25,11 @@
Your password is only stored locally on your computer.
# License
This project is licensed under the terms of the MIT license. See the LICENSE file.
+
+> This project and all fastlane tools are in no way affiliated with Apple Inc. This project is open source under the MIT license, which means you have full access to the source code and can modify it to fit your own needs. All fastlane tools run on your own computer or server, so your credentials or other sensitive information will never leave your own computer. You are responsible for how you use fastlane tools.
# Contributing
1. Create an issue to discuss about your idea
2. Fork it (https://github.com/KrauseFx/CredentialsManager/fork)