From 0feef08732799d55fd04cdfdaeadff0ffaf68acc Mon Sep 17 00:00:00 2001 From: Jungkee Song Date: Thu, 5 Jan 2017 21:31:26 +0900 Subject: [PATCH] Mark V1 is a subset of the nightly version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0642b2df..60f8f89f 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ To understand the design and how you might build apps with service workers, see ## Spec and API development -For the nitty-gritty of the API, the draft W3C specifications are authoritative. [Service Workers Nightly](https://w3c.github.io/ServiceWorker/) is a living document. [Service Workers 1](https://w3c.github.io/ServiceWorker/v1/) is a version that is advancing toward a W3C Recommendation. For implementers and developers who seek all the latest features, [Service Workers Nightly](https://w3c.github.io/ServiceWorker/) is a right document that is constantly reflecting new requirements. For version 1, contributors plan to focus on fixing bugs and resolving compatibility issues without including new features from the nightly version. +For the nitty-gritty of the API, the draft W3C specifications are authoritative. [Service Workers Nightly](https://w3c.github.io/ServiceWorker/) is a living document. [Service Workers 1](https://w3c.github.io/ServiceWorker/v1/) is a subset of the nightly version that is advancing toward a W3C Recommendation. For implementers and developers who seek all the latest features, [Service Workers Nightly](https://w3c.github.io/ServiceWorker/) is a right document that is constantly reflecting new requirements. For version 1, contributors plan to focus on fixing bugs and resolving compatibility issues without including new features from the nightly version. Spec development happens via [issues in this repository](https://github.com/w3c/ServiceWorker/issues). For general discussion, please use the [public-webapps@w3.org mailing list](http://lists.w3.org/Archives/Public/public-webapps/) with a `Subject:` prefix of `[service-workers]`.