NetSharp

NetSharp.git
git clone git://git.lenczewski.org/NetSharp.git
Log | Files | Refs | README | LICENSE

commit 280e143502a2f54688f780fb732bed6cc793c5d7
parent 98121653295f38a0c729bd9d6614520b1267a6bc
Author: Mikolaj Lenczewski <mikolaj.lenczewski308@gmail.com>
Date:   Fri, 24 Apr 2020 16:25:29 +0100

Fixing sylistic errors in Readme

Diffstat:
MREADME.md | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md @@ -5,16 +5,16 @@ For help with the library, feel free to visit our Discord and ask your questions | Service | Status Badge | | ------- | ------------ | -| Discord | ![Discord Server](https://img.shields.io/discord/703255900600795196?style=flat-square&logo=discord&color=blue) | +| Discord | [![Discord Server](https://img.shields.io/discord/703255900600795196?style=flat-square&logo=discord&color=blue)](https://discord.gg/DKQhxuY) | ## License This library is under the GNU General Public License v3.0. What does this mean for you? -You can use this library for: Commercial Use, Private Use, and Patent Use. You can make any modifications you want and you can distribute it as-is or with your modifications. +You can use this library for: 'Commercial Use', 'Private Use', and 'Patent Use'. You can make any modifications you want and you can distribute it as-is or with your modifications. -When using this library in your project you must: 'Disclose the source' (a link to this GitHub is fine), 'Include a copy of the GNU GPL v3.0 with your project' (copy LICENSE to your projects root dir, named NetSharp-LICENSE), and 'State changes made' (documented somewhere accessible by users of your project. Should you modify this library in any way, the modified library must be released under the GNU GPL v3.0 license as well. +When using this library in your project you must: 'Disclose the source' (a link to this GitHub is fine), 'Include a copy of the GNU GPL v3.0 with your project' (copy LICENSE to your projects root dir, named NetSharp-LICENSE), and 'State changes made' (documented somewhere accessible by users of your project. Should you modify this library in any way, the modified library must be released under the GNU GPL v3.0 license as well. Note that your own project doesn't have to be released under the GNU GPL v3.0, only your edited version of this library does. -No warranty is provided, and contributors are not liable to you (the user of the library) for damages incurred through the use of this library. See LICENSE, Terms and Conditions, points 15 and 16 (Disclaimer of Warranty and Limitation of Liability respectively) for more information. +No warranty is provided, and contributors are not liable to you (the user of the library) for damages incurred through the use of this library. See LICENSE; 'Terms and Conditions' points 15 and 16 ('Disclaimer of Warranty' and 'Limitation of Liability respectively') for more information. # Examples & Benchmarks The library comes with a .NET Core 3.1 console project containing examples and benchmarks for the components of the library. The example project and a few benchmarks can be seen below: