diff --git a/Application.cfc b/Application.cfc index 76c2c60..a57eee9 100644 --- a/Application.cfc +++ b/Application.cfc @@ -39,4 +39,23 @@ new declared.things.myconfig( '/some/other/file.xml' ), { name = "MyConfigBean" } ) ); } +

Welcome to InjectOne!

+ + + + + + + + + + + + + + + + + + */ diff --git a/README.txt b/README.txt index d1d9cc6..78b26e7 100644 --- a/README.txt +++ b/README.txt @@ -15,4 +15,6 @@ folder name, e.g., /model/services/product.cfc will be "product" and "productService" Folder names may be singular or plural. DI/1 assumes that if a folder name ends in -"s" it can remove that to get the singular name. \ No newline at end of file +"s" it can remove that to get the singular name. + +See https://github.com/seancorfield/di1/wiki for more detail. diff --git a/views/main/default.cfm b/views/main/default.cfm deleted file mode 100644 index 69d38c9..0000000 --- a/views/main/default.cfm +++ /dev/null @@ -1,19 +0,0 @@ -

Welcome to InjectOne!

- - - - - - - - - - - - - - - - - -