diff --git a/README.md b/README.md index 7917cfe..8bd92ac 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ logically-connected sync/async code execution. ```typescript namespace AsyncContext { class Variable { - constructor(options: AsyncVariableOptions); + constructor(options?: AsyncVariableOptions); get name(): string; get(): T | undefined; run(value: T, fn: (...args: any[])=> R, ...args: any[]): R;