Skip to content

Commit d825d52

Browse files
committed
update example
1 parent e01d6fc commit d825d52

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README-zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ URL:https://mcp.wtsolutions.cn/mcp
100100
101101
#### 示例提示词1:
102102

103-
将以下制表符分隔的数据转换为JSON格式
103+
将以下数据转换为JSON格式
104104

105105
```
106106
Name Age IsStudent
@@ -110,7 +110,7 @@ Jane Smith 30 true
110110

111111
#### 示例提示词2:
112112

113-
将以下逗号分隔的数据转换为JSON格式
113+
将以下数据转换为JSON格式
114114

115115
```
116116
Name,Age,IsStudent

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Converts tab-separated Excel data or comma-separated CSV text data into JSON for
9999
100100
#### Example Prompt 1:
101101

102-
Convert the following tab-separated data into JSON format:
102+
Convert the following data into JSON format:
103103

104104
```
105105
Name Age IsStudent
@@ -109,7 +109,7 @@ Jane Smith 30 true
109109

110110
#### Example Prompt 2:
111111

112-
Convert the following comma-separated data into JSON format:
112+
Convert the following data into JSON format:
113113

114114
```
115115
Name,Age,IsStudent

0 commit comments

Comments
 (0)