figura-cli 0.11.0 → 0.12.1

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.
package/README.md CHANGED
@@ -180,7 +180,8 @@ figura fig list --area feed --tag ui --limit 20
180
180
  figura fig list --json
181
181
  figura fig get <id>
182
182
 
183
- # Open in the browser (downloads the raw HTML to a temp file)
183
+ # Open in the browser (saves the raw HTML under the project's .figura/figs/,
184
+ # or ~/.figura/figs/ outside a bound repo, then opens it)
184
185
  figura fig open <id>
185
186
  figura fig open <id> --print # write HTML to stdout instead
186
187