From 0557ce265ff236ebc1c619d392313729998ec2ae Mon Sep 17 00:00:00 2001 From: Tobie Langel Date: Sun, 3 May 2020 16:02:03 +0200 Subject: [PATCH] Add CLA assistant badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 10e29c43f..1ef8a59ee 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # WorkerDOM +[![CLA assistant](https://cla-assistant.io/readme/badge/amp-cla-test/worker-dom)](https://cla-assistant.io/amp-cla-test/worker-dom) + An in-progress implementation of the DOM API intended to run within a Web Worker. **Purpose**: Move complexity of intermediate work related to DOM mutations to a background thread, sending only the necessary manipulations to a foreground thread.