diff --git a/README.md b/README.md
index 5171c6d..46fab18 100644
--- a/README.md
+++ b/README.md
@@ -252,6 +252,7 @@ Add your plugin to [the `plugins.json` file](https://github.com/serverless/commu
| **[Offline Ses V2 - `serverless-offline-ses-v2`](https://github.com/domdomegg/serverless-offline-ses-v2)**
by [domdomegg](http://github.com/domdomegg)
Serverless plugin to run a local version of Amazon Simple Email Service (SES) supporting the V2 API | 
|
| **[Offline Sns - `serverless-offline-sns`](https://github.com/mj1618/serverless-offline-sns)**
by [mj1618](http://github.com/mj1618)
Serverless plugin to run a local SNS server and call serverless SNS handlers with events notifications. | 
|
| **[Offline Ssm - `serverless-offline-ssm`](https://github.com/janders223/serverless-offline-ssm)**
by [janders223](http://github.com/janders223)
Read SSM parameters from a .env file instead of AWS | 
|
+| **[Offline Watcher - `serverless-offline-watcher`](https://github.com/domdomegg/serverless-offline-watcher)**
by [domdomegg](http://github.com/domdomegg)
Run arbitrary commands when files are changed while running serverless-offline | 
|
| **[Oncall - `serverless-oncall`](https://github.com/softprops/serverless-oncall)**
by [softprops](http://github.com/softprops)
Easily manage oncall for your serverless services | 
|
| **[Openapi Documentation - `serverless-openapi-documentation`](https://github.com/temando/serverless-openapi-documentation)**
by [temando](http://github.com/temando)
Serverless 1.0 plugin to generate OpenAPI V3 documentation from serverless configuration | 
|
| **[Openapi Integration Helper - `serverless-openapi-integration-helper`](https://github.com/yndlingsfar/serverless-openapi-integration-helper)**
by [yndlingsfar](http://github.com/yndlingsfar)
Provides functionality to merge stage-dependent x-amazon-apigateway integrations into openApiSpecification files | 
|
diff --git a/plugins.json b/plugins.json
index 9b9fcd1..4c5faf4 100644
--- a/plugins.json
+++ b/plugins.json
@@ -708,6 +708,11 @@
"description": "Run arbitrary commands on any lifecycle event in serverless",
"githubUrl": "https://github.com/uswitch/serverless-hooks-plugin",
"status": "active"
+}, {
+ "name": "serverless-offline-watcher",
+ "description": "Run arbitrary commands when files are changed while running serverless-offline",
+ "githubUrl": "https://github.com/domdomegg/serverless-offline-watcher",
+ "status": "active"
}, {
"name": "serverless-dynalite",
"description": "Run dynalite locally (no JVM, all JS) to simulate DynamoDB. Watch serverless.yml for table config updates.",