diff --git a/README.md b/README.md index 0f45ae1..76388a4 100644 --- a/README.md +++ b/README.md @@ -241,7 +241,8 @@ make executeSdkSample sample-file-name=file.py ``` All sample files are located in the `./samples` directory. -> :warning: Caution: The sample scripts are provided as examples. It is crucial to review and modify the commands before execution. The container updates automatically with changes, ensuring a seamless development experience. Always exercise caution when executing scripts. +> [!WARNING] +> Caution: The sample scripts are provided as examples. It is crucial to review and modify the commands before execution. The container updates automatically with changes, ensuring a seamless development experience. Always exercise caution when executing scripts. ## Stopping the Docker Container diff --git a/secret.example.json b/secret.example.json index 09f6509..e51bfa9 100644 --- a/secret.example.json +++ b/secret.example.json @@ -4,6 +4,6 @@ "client_id": "your OAuth app client id", "client_secret": "your OAuth app client secret", "scopes": ["offline", "asset:read", "meta.assetbank:read"], - "token": "token json object (not required)", + "token": "token json object check samples/client.py comment for example (not required EXCEPT if you're running on docker)", "permanent_token": "permanent token hash generated on platform" }