Skip to content

Commit

Permalink
Merge pull request #206 from jyasskin/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jungkees committed Mar 30, 2014
2 parents 7551f9e + 7d0c6d5 commit 1a6e6e8
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 @@ -12,7 +12,7 @@ To understand the design and how you might build apps with ServiceWorkers, see t

For the nitty-gritty of the API, see [`service_worker.ts`](https://github.com/slightlyoff/ServiceWorker/blob/master/service_worker.ts), a [TypeScript](http://www.typescriptlang.org/) description of the major bits of the callable interface.

[A web specification is being drafted](http://infrequently.org/14/ServiceWorker/spec/service_worker/) from the details captured in the [typescript file ](https://github.com/slightlyoff/ServiceWorker/blob/master/service_worker.ts) and the [resolved issued marked as `needs spec`](https://github.com/slightlyoff/ServiceWorker/issues?labels=needs+spec&page=1&state=closed).
[A web specification is being drafted](https://rawgit.luolix.top/slightlyoff/ServiceWorker/master/spec/service_worker/index.html) from the details captured in the [typescript file ](https://github.com/slightlyoff/ServiceWorker/blob/master/service_worker.ts) and the [resolved issued marked as `needs spec`](https://github.com/slightlyoff/ServiceWorker/issues?labels=needs+spec&page=1&state=closed).

## Building & Contributing to the Design

Expand Down

0 comments on commit 1a6e6e8

Please sign in to comment.