Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed typos and some subtitle formatting issue #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Get a petition targets by ID
client.petitions.getTargets(id, callback);
```

Get a petition signatures, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page nummber.
Get a petition signatures, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page number.

``` js
var options = {
Expand All @@ -94,7 +94,7 @@ var options = {
client.petitions.getSignatures(options, callback);
```

Get a petition reasons, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page nummber.
Get a petition reasons, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page number.

``` js
var options = {
Expand All @@ -106,7 +106,7 @@ var options = {
client.petitions.getReasons(options, callback);
```

Get a petition updates, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page nummber.
Get a petition updates, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page number.

``` js
var options = {
Expand Down Expand Up @@ -165,7 +165,7 @@ Get a user by ID
client.users.getByID(id, callback);
```

Get petitions created by a user identified by id, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page nummber.
Get petitions created by a user identified by id, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page number.

``` js
var options = {
Expand All @@ -177,7 +177,7 @@ var options = {
client.users.getPetitions(options, callback);
```

Get all signed petitions by a user identified by id, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page nummber.
Get all signed petitions by a user identified by id, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page number.

``` js
var options = {
Expand All @@ -203,7 +203,7 @@ Get an organization by ID
client.organizations.getByID(id, callback);
```

Get petitions created by an organization identified by id, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page nummber.
Get petitions created by an organization identified by id, it supports pagination so the first parameter is an object and the id property is mandatory, optional you can set the page size and page number.

``` js
var options = {
Expand All @@ -218,7 +218,7 @@ client.organizations.getPetitions(options, callback);
## Credits
[Adrián Estrada](https://github.com/edsadr/)

###The MIT License
### The MIT License

Copyright (c) 2015 Adrián Estrada

Expand All @@ -238,4 +238,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.