The employees example in the README, uses an unquoted string expansion in the printf. The same example in sample.sh quotes this string.
This problem caused issue #41, most likely, because that user just followed the README without knowing why.
This PR fixes.
Canceled the PR, because I listed the file as sample.sh, where it should have been example.sh.
Submitting another PR with correct naming in the commit and PR description.
The employees example in the README, uses an unquoted string expansion in the printf. The same example in sample.sh quotes this string. This problem caused issue #41, most likely, because that user just followed the README without knowing why. This PR fixes.