README.md in config_curator-0.3.0 vs README.md in config_curator-0.4.0

- old
+ new

@@ -99,9 +99,15 @@ hosts: [] # Only install this unit if packages are present. # Empty array will not check for any packages. packages: [] + + # Default backend to use for filesystem operations. + # Only affects components. + # Choices: :stdlib or :rsync. + # Empty will autoselect rsync if available and fallback to stdlib otherwise. + backend: ``` #### Units Each unit must have a `src` which defines the source file or directory.