diff --git a/README.md b/README.md index 79d3f53..55ed708 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ The following attributes are available to configure your module: ```json { - "model_path": "${packages.ml_model.[myMLModel]}/my_model.pt", - "label_path": "${packages.ml_model.[myMLModel]}/labels.txt" + "model_path": "${packages.ml_model.myMLModel}/my_model.pt", + "label_path": "${packages.ml_model.myMLModel}/labels.txt" } ``` diff --git a/meta.json b/meta.json index cc57126..a5d457c 100644 --- a/meta.json +++ b/meta.json @@ -8,7 +8,7 @@ "api": "rdk:service:mlmodel", "model": "viam:mlmodel:torch-cpu", "markdown_link": "README.md#example-configuration", - "short_description": "An ML Model Service that can run PyTorch models of a standard format" + "short_description": "An ML Model Service that can run PyTorch models in a standard format" } ], "build": {