diff --git a/notebooks/cloud-functions-template/meta.toml b/notebooks/cloud-functions-template/meta.toml index e5bd48c..9bce23a 100644 --- a/notebooks/cloud-functions-template/meta.toml +++ b/notebooks/cloud-functions-template/meta.toml @@ -2,7 +2,7 @@ authors=["singlestore"] title="Publish your first SingleStore Cloud function" description="""\ - Learn how to connect to SingleStoreDB and perform basic + Learn how to connect to SingleStoreDB and perform basic\ CRUD operations and finally deploy these functions as callable API endpoints. """ icon="browser" diff --git a/notebooks/create-dash-app/meta.toml b/notebooks/create-dash-app/meta.toml index b4d0472..8d25831 100644 --- a/notebooks/create-dash-app/meta.toml +++ b/notebooks/create-dash-app/meta.toml @@ -2,8 +2,8 @@ authors=["singlestore"] title="Publish your first SingleStore DashApp" description="""\ - Learn how to connect to SingleStoreDB - and publish an interactive Dashboard . + Learn how to connect to SingleStoreDB\ + and publish an interactive Dashboard. """ icon="browser" difficulty="beginner"