Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anandhu-eng authored Oct 29, 2024
1 parent 56748cd commit aec10d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ You can also run it from python as follows:
import cmind
output=cmind.access({'action':'run',
'automation':'script',
'tags':'my,script})
'tags':'my,script'})
if output['return']==0: print (output)
```
Expand Down

0 comments on commit aec10d1

Please sign in to comment.