From 714ec4ed6fdc26e475eb1c8a7e737fa2413979b7 Mon Sep 17 00:00:00 2001 From: Thomas Fussell Date: Wed, 12 Apr 2017 10:25:34 -0400 Subject: [PATCH] fix typo [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb45b6df..3b4a2d14 100644 --- a/README.md +++ b/README.md @@ -37,5 +37,5 @@ int main() Documentation for the current release of xlnt is available [here](https://tfussell.gitbooks.io/xlnt/content/). ## License -xlnt is released to the public for free under the terms of the MIT License. See [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENCE.md) for the full text of the license and the licenses of xlnt's third-party dependencies. [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENCE.md) should be distributed alongside any assemblies that use xlnt in source or compiled form. +xlnt is released to the public for free under the terms of the MIT License. See [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENSE.md) for the full text of the license and the licenses of xlnt's third-party dependencies. [LICENSE.md](https://github.com/tfussell/xlnt/blob/master/LICENSE.md) should be distributed alongside any assemblies that use xlnt in source or compiled form.