Skip to content

Commit

Permalink
Updating README.md to link to lazy promise example (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-kaufman authored Jan 29, 2018
1 parent b02baf6 commit e9fc488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,4 @@ This all much easier to visualize. We have a list of examples along with step-t
- [simplePromise](./examples/simplePromise/slideShow/async-context.html) - Shows a simple promise example's execution.
- [simpleExpress](./examples/simpleExpress/slideShow/async-context.html) - Shows a simple express app's execution.
- [setInterval](./examples/setInterval/slideShow/async-context.html) - Illustrates a call to setInterval.
- [lazilyInitializedPromise](./examples/lazilyInitializedPromise/slideShow/async-context.html) - Illustrates an express app with a promise that is created & resolved in one request's context, and "then'd" in other requests' context.

0 comments on commit e9fc488

Please sign in to comment.