diff --git a/README.md b/README.md index c8183ea..b064363 100644 --- a/README.md +++ b/README.md @@ -517,7 +517,7 @@ runner::run_script_file(file, context)?; ``` That's it!
-Unless you want to provide your own custom SDK, prepopulate the runtime context with custom variables/state or +Unless you want to provide your own custom SDK, pre populate the runtime context with custom variables/state or pull information out of the context after invocation than those 3 lines of code is all you need to do.
Let's go over it line by line.
diff --git a/docs/_includes/content.md b/docs/_includes/content.md index e098ffd..500b23e 100755 --- a/docs/_includes/content.md +++ b/docs/_includes/content.md @@ -474,7 +474,7 @@ runner::run_script_file(file, context)?; ``` That's it!
-Unless you want to provide your own custom SDK, prepopulate the runtime context with custom variables/state or +Unless you want to provide your own custom SDK, pre populate the runtime context with custom variables/state or pull information out of the context after invocation than those 3 lines of code is all you need to do.
Let's go over it line by line.