diff --git a/doc/operators/get.md b/doc/operators/get.md index 41b388e..956998c 100644 --- a/doc/operators/get.md +++ b/doc/operators/get.md @@ -1,5 +1,5 @@ -### Rx.DOM.ajax.get(url)` -### Rx.DOM.ajax.get(settings)` +### `Rx.DOM.get(url)` +### `Rx.DOM.get(settings)` [Ⓢ](https://github.com/Reactive-Extensions/RxJS-DOM/blob/master/src/ajax/ajax.js "View in source") Creates an observable sequence from an Ajax GET Request with the body. This is just a shortcut to the [`Rx.DOM.ajax`](ajax.md) method with the GET method.