Fix spaces and change wording

This commit is contained in:
Gabriel Augendre 2016-04-24 02:25:14 +02:00
parent 21c03f059e
commit a8d19d58f4
No known key found for this signature in database
GPG key ID: D2B6A5B41FC438B1

View file

@ -32,25 +32,27 @@ var About = React.createClass({
The app requests access to : The app requests access to :
</p> </p>
<ul> <ul>
<li><strong>Your public information.</strong> We don't need this but it's here by default and we <li>
can't remove it. We don't have access to your email address and we don't store any information <strong>Your public information.</strong> I don't need this but it's here by default and I
about you. We won't spam you. can't remove it. I don't have access to your email address and I don't store any information
about you. I won't spam you.
</li> </li>
<li><strong>Your private and collaborative playlists (read only).</strong> We need this to provide <li>
the service on all of your playlists. Don't worry, we can't modify them and we don't store any <strong>Your private and collaborative playlists (read only).</strong> I need this to provide
the service on all of your playlists. Don't worry, I can't modify them and I don't store any
information about it. information about it.
</li> </li>
</ul> </ul>
<h2>Source code</h2> <h2>Source code</h2>
<p> <p>
This project is open source. You can view the source code on the This project is open source. You can view the source code on the <a
<a href="https://github.com/Crocmagnon/DAVIDS">GitHub repository</a>. href="https://github.com/Crocmagnon/DAVIDS">GitHub repository</a>.
</p> </p>
<h2>License</h2> <h2>License</h2>
<p> <p>
The source code is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU The source code is released under the <a href="https://www.gnu.org/licenses/gpl-3.0.en.html">GNU
GPLv3 License</a>. This means you can use it, distribute it, modify it GPLv3 License</a>. This means you can use it, distribute it, modify it under the following
under the following conditions : conditions :
</p> </p>
<ul> <ul>
<li>You have to keep the copyright notices</li> <li>You have to keep the copyright notices</li>
@ -64,9 +66,9 @@ var About = React.createClass({
</p> </p>
<h2>Contribute</h2> <h2>Contribute</h2>
<p> <p>
If you want to contribute to this project, feel free to If you want to contribute to this project, feel free to <a
<a href="https://github.com/Crocmagnon/DAVIDS/issues">open an issue</a> or href="https://github.com/Crocmagnon/DAVIDS/issues">open an issue</a> or <a
<a href="https://github.com/Crocmagnon/DAVIDS/pulls">propose a pull-request</a>. href="https://github.com/Crocmagnon/DAVIDS/pulls">propose a pull-request</a>.
</p> </p>
</div> </div>
); );