From 77048a270fb054c4f80e9550114aca121c3a830d Mon Sep 17 00:00:00 2001 From: John Wu Date: Thu, 3 Mar 2016 09:42:04 +0800 Subject: [PATCH] Rx.DOM.ajax.get -> Rx.DOM.get --- doc/operators/get.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.