mirror of
https://github.com/lennyzeltser/conversation-replay
synced 2026-06-21 13:55:53 +00:00
docs: Update description from animated to annotated
Clarifies that the tool creates annotated (not animated) replays of text conversations. Updates description across README, package.json, and CLI help text. Bumps version to 0.1.10.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Conversation Replay
|
||||
|
||||
Create animated replays of text conversations.
|
||||
Create annotated replays of text conversations.
|
||||
|
||||
After parsing the annotated conversation data you supply in a YAML file, this tool will generate a self-contained embeddable HTML file. The published conversation can help with security awareness training and other communications that involve presenting an annotated text conversation.
|
||||
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "conversation-replay",
|
||||
"version": "0.1.9",
|
||||
"description": "Create animated text conversation replays",
|
||||
"version": "0.1.10",
|
||||
"description": "Create annotated replays of text conversations",
|
||||
"main": "dist/cli.js",
|
||||
"type": "module",
|
||||
"bin": {
|
||||
|
||||
+1
-1
@@ -13,7 +13,7 @@ import { buildDemo } from './generator';
|
||||
import type { Theme } from './types';
|
||||
|
||||
const HELP = `
|
||||
conversation-replay - Create animated conversation demos from YAML
|
||||
conversation-replay - Create annotated replays of text conversations from YAML
|
||||
|
||||
Usage:
|
||||
conversation-replay build <scenario.yaml> -o <output.html> [options]
|
||||
|
||||
Reference in New Issue
Block a user