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