diff --git a/docs/api/libs/iotcloud.html b/docs/api/libs/iotcloud.html
index 1463bb37..442ef0e9 100644
--- a/docs/api/libs/iotcloud.html
+++ b/docs/api/libs/iotcloud.html
@@ -770,8 +770,8 @@
iotcloud - iotcloud Cloud platform library (supported: tengxun cloud ariyun
-- iotcloudc = iotcloud.new(iotcloud.ALIYUN,{produt_id = "xxx",device_name = "xxx",product_secret = "xxx"}) -- Legacy Public Instance
-- iotcloudc = iotcloud.new(iotcloud.ALIYUN,{instance_id = "xxx",produt_id = "xxx",device_name = "xxx",product_secret = "xxx"}) -- New Public Instance
-- One machine, one secret (pre-registration)
- -- iotcloudc = iotcloud.new(iotcloud.ALIYUN,{produt_id = "xxx",device_name = "xxx",key = "xxx"}) -- Legacy Public Instance
- -- iotcloudc = iotcloud.new(iotcloud.ALIYUN,{instance_id = "xxx",produt_id = "xxx",device_name = "xxx",key = "xxx"})-- New Public Instance
+ -- iotcloudc = iotcloud.new(iotcloud.ALIYUN,{produt_id = "xxx",device_name = "xxx",device_secret = "xxx"}) -- Legacy Public Instance
+ -- iotcloudc = iotcloud.new(iotcloud.ALIYUN,{instance_id = "xxx",produt_id = "xxx",device_name = "xxx",device_secret = "xxx"})-- New Public Instance
-- ONENET Cloud
@@ -912,8 +912,8 @@ iotcloud.new(cloud,iot_config,connect_config)