Skip to content

Commit

Permalink
Merge pull request #6 from tushararora/chore/readme-edit
Browse files Browse the repository at this point in the history
Add travis image
  • Loading branch information
tushararora authored Aug 25, 2017
2 parents d40a948 + 23702ad commit b9e5468
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This repo is supposed to run fine on all major OS platforms and targets `Node.js

You will need to sign up on http://www.markerapi.com and use credentials in the form of a set of username and password. You can get these from your markerapi profile.

```
```js
const markerApi = require('')
markerApi.init({
username: ''
Expand All @@ -30,7 +30,7 @@ markerApi.init({

You now have the ability to search trademark against a string.

```
```js
markerApi
.getTrademark(searchQuery /* 'Microsoft' */)
.then(function (res) {
Expand Down Expand Up @@ -68,4 +68,5 @@ npm test

Please mention node and npm version while creating an issue.

[travis-image]: https://img.shields.io/travis/adonisjs/adonis-validation-provider/master.svg?style=flat-square
[travis-url]: https://travis-ci.org/tushararora/node-trademark

0 comments on commit b9e5468

Please sign in to comment.