Minor README changes
Getty Ritter
9 years ago
1 | 1 | The `yaml-dir` package lets you read in directory structures as |
2 |
though they were YAML object |
|
2 | though they were YAML objects, with file or subdirectory names as | |
3 | keys and their contents as values. Three sets of functions are exposed: | |
3 | 4 | one to treat all files as though they contain more YAML data, one |
4 | 5 | to treat all files as YAML strings, and one to choose between the |
5 | 6 | previous two based on file extension. |