Chromium Code Reviews| Index: packages/observable/README.md |
| diff --git a/packages/observable/README.md b/packages/observable/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3965a6fa5ad2797bdb81d6835b7f36c4af659a05 |
| --- /dev/null |
| +++ b/packages/observable/README.md |
| @@ -0,0 +1,5 @@ |
| +Support for marking objects as observable, and getting notifications when those |
| +objects are mutated. |
| + |
| +This library is used to observe changes to observable types. It also |
| +has helpers to make implementing and using observable objects easy. |