Skip to content

Commit

Permalink
docs(README): update observable proposal status
Browse files Browse the repository at this point in the history
Observables did not make it into ES7 (not much did) which is feature frozen. I changed the wording to indicate proposal instead. I am glad to reword that if necessary.
  • Loading branch information
jisaacks authored and kwonoj committed Mar 18, 2016
1 parent 8a8d0f0 commit 91d019c
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 @@ -128,7 +128,7 @@ Automatically generated documentation can be found on the ReactiveX website: htt
## Goals

- Provide better performance than preceding versions of RxJS
- To model/follow the [ES7 Observable Spec](https://github.com/zenparsing/es-observable) to the observable.
- To model/follow the [Observable Spec Proposal](https://github.com/zenparsing/es-observable) to the observable.
- Provide more modular file structure in a variety of formats
- Provide more debuggable call stacks than preceding versions of RxJS

Expand Down

0 comments on commit 91d019c

Please sign in to comment.