diff --git a/doc/introduction.md b/doc/introduction.md index 4ef87b90e5..ac03232ac8 100644 --- a/doc/introduction.md +++ b/doc/introduction.md @@ -2,7 +2,7 @@ RxJS is a library for composing asynchronous and event-based programs by using observable sequences. It provides one core type, the [Observable](./overview.html#observable), satellite types (Observer, Schedulers, Subjects) and operators inspired by [Array#extras](https://developer.mozilla.org/en-US/docs/Web/JavaScript/New_in_JavaScript/1.6) (map, filter, reduce, every, etc) to allow handling asynchronous events as collections. -Think of RxJS as lodash for events. +Think of RxJS as Lodash for events. ReactiveX combines the [Observer pattern](https://en.wikipedia.org/wiki/Observer_pattern) with the [Iterator pattern](https://en.wikipedia.org/wiki/Iterator_pattern) and [functional programming with collections](http://martinfowler.com/articles/collection-pipeline/#NestedOperatorExpressions) to fill the need for an ideal way of managing sequences of events. diff --git a/doc/styles/main.css b/doc/styles/main.css index 5b8219814b..6bbdff6d75 100644 --- a/doc/styles/main.css +++ b/doc/styles/main.css @@ -62,8 +62,8 @@ h1,h2,h3,h4 { } .layout-container > header > a.repo-url-github { - -webkit-filter: brightness(10); - filter: brightness(10); + -webkit-filter: brightness(20); + filter: brightness(20); } .search-input {