glance-cli 0.10.8 → 0.10.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/cli.js +413 -413
  3. package/package.json +44 -42
package/README.md CHANGED
@@ -9,7 +9,7 @@
9
9
  - **File output** – Save summaries as markdown, JSON, or plain text
10
10
  - **Lightning fast** – Built with Bun and TypeScript
11
11
 
12
- Turn any webpage into terminal-friendly insights with AI summaries or full content read it, listen to it, or export it.
12
+ Turn any webpage into terminal-friendly insights with AI summaries or full content, read it, listen to it, or export it.
13
13
 
14
14
  [![npm version](https://badge.fury.io/js/glance-cli.svg)](https://www.npmjs.com/package/glance-cli)
15
15
  [![Downloads](https://img.shields.io/npm/dm/glance-cli.svg)](https://www.npmjs.com/package/glance-cli)
@@ -249,7 +249,7 @@ bun dev https://www.ayiti.ai
249
249
 
250
250
  ## ☕ Support
251
251
 
252
- I built this in my spare time because I wanted a better way to read web content from my terminal. If you find it useful and want to support continued development, you can [buy me a coffee](https://ko-fi.com/jkenley). It's completely optional—the tool will always be free and open source regardless.
252
+ I built this in my spare time because I wanted a better way to read web content from my terminal. If you find it useful and want to support continued development, you can [buy me a coffee](https://ko-fi.com/jkenley).
253
253
 
254
254
  [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/jkenley)
255
255