From a33c012cc19c6dec034487c40094a73028449bb3 Mon Sep 17 00:00:00 2001 From: Johann Schopplich Date: Thu, 23 Oct 2025 18:21:28 +0200 Subject: [PATCH] docs: update tagline --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 21e7c8c..456aa2a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "type": "module", "version": "0.2.0", "packageManager": "pnpm@10.19.0", - "description": "Token-Oriented Object Notation – a token-efficient data notation for LLM prompts", + "description": "Token-Oriented Object Notation – a token-efficient JSON alternative for LLM prompts", "author": "Johann Schopplich ", "license": "MIT", "homepage": "https://github.com/johannschopplich/toon#readme",