diff --git a/README.markdown b/README.markdown index b65beb8..8760094 100644 --- a/README.markdown +++ b/README.markdown @@ -12,6 +12,14 @@ Installation Config ------ +Ideally, there would be a config file in system/application/config but I haven't gotten it to work properly yet. + +In the system/application/libraries/Dynect_API.php file, edit these lines as necessary based on info provided by Dynect: + + var $user_name = ''; + var $customer_name = ''; + var $password = ''; + Usage ------ diff --git a/system/application/config/Dynect_API.php b/system/application/config/Dynect_API.php deleted file mode 100644 index 44e2660..0000000 --- a/system/application/config/Dynect_API.php +++ /dev/null @@ -1,14 +0,0 @@ -