提交 2c2c8586 编写于 作者: D dingbo

docs: typo

上级 03ff43ef
...@@ -25,7 +25,7 @@ use libtaos::*; ...@@ -25,7 +25,7 @@ use libtaos::*;
fn main() { fn main() {
let token = std::env::var("TDENGINE_TOKEN").unwrap(); let token = std::env::var("TDENGINE_TOKEN").unwrap();
let dsn = format!("https://cloud:tdengine.com?token={}", token); let dsn = format!("https://cloud.tdengine.com?token={}", token);
let taos = Taos::from_dsn(dsn)?; let taos = Taos::from_dsn(dsn)?;
} }
``` ```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册