From 9095bbbcff91052a43cd7e163b1c1df034a35382 Mon Sep 17 00:00:00 2001 From: Daniel Smolsky Date: Sun, 5 Apr 2026 02:11:21 -0400 Subject: [PATCH] simplify readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bd91036..5b4a1c7 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Displays live TPS, average TPS, and TTFT in the OpenCode session prompt. TTFT, or time to first token, measures how long it takes the model to begin responding. -Requires `opencode` `1.3.14` or newer. - -## Demo ![Demo](./assets/demo.gif) @@ -16,4 +13,4 @@ Install from the CLI: opencode plugin oc-tps@latest --global ``` -This installs the package and adds it to your global OpenCode config. +Requires `opencode` `1.3.14` or newer.