From 1da49245a49f89a871cafb3101f4bdf6d9466913 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Fri, 16 May 2025 22:31:05 +0200 Subject: [PATCH] Minimal README changes --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3146f9b..0230aed 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # OpenGraphKt -[OpenGraphKt](https://github.com/jlengrand/OpenGraphKt) is a minimalist Kotlin multiplatform library that extracts [Open Graph tags](https://ogp.me/) from HTML pages. -The input HTML can be an inlined string, a file, or a remote URL. OpenGraphKt is a tiny wrapper on top of JSoup. +[OpenGraphKt](https://github.com/jlengrand/OpenGraphKt) is a minimalist Kotlin library to work with the [Open Graph tags](https://ogp.me/) protocol. +OpenGraphKt is a tiny wrapper on top of JSoup. ## Current status -* WIP and absolutely not ready for usage. +* WIP and absolutely not ready for production usage. * Implementation missing the music, video and audio verticals (see https://ogp.me/) ## Dependencies @@ -18,4 +18,4 @@ The input HTML can be an inlined string, a file, or a remote URL. OpenGraphKt is ## License -* [See License](./LICENSE) \ No newline at end of file +* [The MIT LICENCE. See License](./LICENSE) \ No newline at end of file