From 2298dfae581c747a306045dd0c42be34ed79f62e Mon Sep 17 00:00:00 2001 From: NickNaso Date: Tue, 5 Nov 2019 14:35:18 +0100 Subject: [PATCH] doc: Added AsyncProgressWorker to readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3451b4f5..701913221 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ The following is the documentation for node-addon-api. - [Async Operations](doc/async_operations.md) - [AsyncWorker](doc/async_worker.md) - [AsyncContext](doc/async_context.md) + - [AsyncProgressWorker](doc/async_progress_worker.md) - [Thread-safe Functions](doc/threadsafe_function.md) - [Promises](doc/promises.md) - [Version management](doc/version_management.md)