a flake module to ease creating and managing multiple hosts in your nix flake.

docs: fix typo

Changed files
+1 -1
+1 -1
README.md
··· 10 10 11 11 We also can auto construct your hosts based on your file structure. Whilst providing you with a nice api which will allow you to add more settings to your hosts at a later date or consume another flake-module that can work alongside this flake. 12 12 13 - ## Explaination of the module 13 + ## Explanation of the module 14 14 15 15 - `easyHosts.autoConstruct`: If set to true, the module will automatically construct the hosts for you from the directory structure of `easyHosts.path`. 16 16