Skip to content

Commit 9e7b76f

Browse files
committed
docs: add author
1 parent 16bcdd3 commit 9e7b76f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# spark-ai
1+
# spark-ai-browser
22

3-
> 基于科大讯飞「星火大模型」WEB 版本封装
3+
> 基于科大讯飞「星火大模型」browser 版本封装
44
55
## 安装
66

77
安装步骤和依赖说明
88

99
```javascript
10-
npm install spark-ai
11-
pnpm add spark-ai
12-
yarn add spark-ai
10+
npm install spark-ai-browser
11+
pnpm add spark-ai-browser
12+
yarn add spark-ai-browser
1313
```
1414

1515
# 使用
@@ -20,7 +20,7 @@
2020

2121
```javascript
2222
// 代码示例
23-
import { Spark } from 'spark-ai';
23+
import { Spark } from 'spark-ai-browser';
2424

2525
interface OptionType {
2626
appId: string; // 配置

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "spark-ai",
2+
"name": "spark-ai-browser",
33
"version": "0.1.0",
44
"author": {
55
"name": "nianyi",

0 commit comments

Comments
 (0)