瀏覽代碼

docs: fix typo

cachho 2 年之前
父節點
當前提交
389ef34ecd
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -121,7 +121,7 @@ app.add('web_page', 'a_valid_web_page_url')
 To supply your own QnA pair, use the data_type as `qna_pair` and enter a tuple. Eg:
 To supply your own QnA pair, use the data_type as `qna_pair` and enter a tuple. Eg:
 
 
 ```python
 ```python
-app.add('qna_pair', ("Question", "Answer"))
+app.add_local('qna_pair', ("Question", "Answer"))
 ```
 ```
 
 
 ### More Formats coming soon
 ### More Formats coming soon