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. This MR fixes that.
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. This MR fixes that.