Mitch Garnaat

Update README.md

Fixes #24
...@@ -52,7 +52,7 @@ Where ``command`` is one of: ...@@ -52,7 +52,7 @@ Where ``command`` is one of:
52 back. Don't actually run the code. 52 back. Don't actually run the code.
53 * tail - display the most recent log events for the function (remember that it 53 * tail - display the most recent log events for the function (remember that it
54 can take several minutes before log events are available from CloudWatch) 54 can take several minutes before log events are available from CloudWatch)
55 -* add-event-sources - hook up an event source to your Lambda function 55 +* add_event_sources - hook up an event source to your Lambda function
56 * delete - delete the Lambda function, remove any event sources, delete the IAM 56 * delete - delete the Lambda function, remove any event sources, delete the IAM
57 policy and role 57 policy and role
58 * update_code - Upload new code for your Lambda function 58 * update_code - Upload new code for your Lambda function
...@@ -80,5 +80,5 @@ The basic workflow is: ...@@ -80,5 +80,5 @@ The basic workflow is:
80 * Run ``kappa <path-to-config> invoke`` to invoke the function with test data 80 * Run ``kappa <path-to-config> invoke`` to invoke the function with test data
81 * Run ``kappa <path-to-config> update_code`` to upload new code for your Lambda 81 * Run ``kappa <path-to-config> update_code`` to upload new code for your Lambda
82 function 82 function
83 -* Run ``kappa <path-to-config> add-event-source`` to hook your function up to the event source 83 +* Run ``kappa <path-to-config> add_event_sources`` to hook your function up to the event source
84 * Run ``kappa <path-to-config> tail`` to see more output 84 * Run ``kappa <path-to-config> tail`` to see more output
......