Skip to content

Commit 9c6aae5

Browse files
author
Hovhannes Babayan
committed
corrected header text
1 parent e8250fd commit 9c6aae5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is currently work in progress. Package will be published to NPM registry on
1111

1212
## Usage
1313

14-
#### Server-side usage
14+
#### Server-side
1515

1616
Install as a dependency:
1717

@@ -36,7 +36,7 @@ console.log(util.inspect(attask, {depth:0}));
3636

3737
#### In a browser
3838

39-
This package uses [Browserify](http://browserify.org) to generate [dist/attask.min.js](dist/attask.min.js). Loading that script will create `window.AtTask` object which will contain all the classes and methods just as in the server-side environment (see [Server-side usage](#server-side-usage) section).
39+
This package uses [Browserify](http://browserify.org) to generate [dist/attask.min.js](dist/attask.min.js). Loading that script will create `window.AtTask` object which will contain all the classes and methods just as in the server-side environment (see [Server-side](#server-side) section).
4040
This package makes use of [Promises](https://www.promisejs.org). Promises are not currently supported by all browsers (see [kangax compatibility tables](http://kangax.github.io/compat-table/es6/#Promise) but there are many polyfills available, including one listed in [www.promisejs.org](https://www.promisejs.org). Load polyfill before `attask.min.js` and everything will work just fine.
4141
Although the lack of CORS support may prevent you from sending request to AtTask servers, there are some usage examples in [examples/browser](examples/browser) folder to give you an idea.
4242

0 commit comments

Comments
 (0)