Closed libutcher closed 8 months ago
The code example in the README is currently broken because of the syntax used to print the string Secret: ahead of the output. YAML requires strings that include special characters like : to be enclosed with quotes to print correctly as a string.
Secret:
The code example in the README is currently broken because of the syntax used to print the string
Secret:
ahead of the output. YAML requires strings that include special characters like : to be enclosed with quotes to print correctly as a string.