From 08d281a2c856b3b0fe5469d65b56b0ba55b2ca12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Tue, 12 Jul 2022 13:15:15 +0200 Subject: [PATCH 1/2] Absolute URL documentation in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d5399e..342fac1 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Part of the implementation has been adapted, improved and fixed from [Molten](ht ## Usage -See the [documentation](docs/quickstart.rst) for more information. +See the [documentation](https://github.com/sdispater/tomlkit/blob/master/docs/quickstart.rst) for more information. -## Installation +## Installationsdispater/tomlkit/fork If you are using [Poetry](https://poetry.eustace.io), add `tomlkit` to your `pyproject.toml` file by using: From f9e06d0491ab67a573522d269f50610b4aabf245 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Tue, 12 Jul 2022 13:17:54 +0200 Subject: [PATCH 2/2] Fix error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 342fac1..641e7cb 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Part of the implementation has been adapted, improved and fixed from [Molten](ht See the [documentation](https://github.com/sdispater/tomlkit/blob/master/docs/quickstart.rst) for more information. -## Installationsdispater/tomlkit/fork +## Installation If you are using [Poetry](https://poetry.eustace.io), add `tomlkit` to your `pyproject.toml` file by using: