diff --git a/README.md b/README.md
index e4182069c..32a589b1d 100644
--- a/README.md
+++ b/README.md
@@ -1564,7 +1564,7 @@ workbook.commit()
A portion of this library has been isolated and tested for use within a browser environment.
Due to the streaming nature of the workbook reader and workbook writer, these have not been included.
-Only the document based workbook may be used (see Create a Worbook for details).
+Only the document based workbook may be used (see Create a Workbook for details).
For example code using ExcelJS in the browser take a look at the spec/browser folder in the github repo.
diff --git a/README_zh.md b/README_zh.md
index 4f7551987..81a9dfdd0 100644
--- a/README_zh.md
+++ b/README_zh.md
@@ -1556,7 +1556,7 @@ workbook.commit()
该库的一部分已经过隔离测试,可在浏览器环境中使用。
由于工作簿阅读器和工作簿编写器的流媒体特性,因此未包含这些内容。
-只能使用基于文档的工作簿(有关详细信息,请参阅创建Worbook )。
+只能使用基于文档的工作簿(有关详细信息,请参阅创建Workbook )。
例如,在浏览器中使用ExcelJS的代码,请查看github中的 spec / browser 文件夹回购。