From 5b741b570ccc23c64e8314aba73d08381a0cac55 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Thu, 29 Feb 2024 11:49:14 -0800 Subject: [PATCH] add description --- README.md | 2 +- package.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ca6f2f7c2..f42a7a021 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ # Wave Terminal -A open-source, cross-platform, AI-integrated, modern terminal for seamless workflows. +An open-source, cross-platform, AI-integrated, modern terminal for seamless workflows. Wave isn't just another terminal emulator; it's a rethink on how terminals are built. Wave combines command line with the power of the open web to help veteran CLI users and new developers alike. diff --git a/package.json b/package.json index 165ea89c6..701e3c4a3 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "waveterm", "author": "Command Line Inc", "productName": "Wave", + "description": "An open-source, cross-platform, AI-integrated, modern terminal for seamless workflows.", "version": "v0.6.1", "main": "dist/emain.js", "license": "Apache-2.0", @@ -90,4 +91,4 @@ "webpack-merge": "^5.8.0" }, "scripts": {} -} +} \ No newline at end of file