Skip to content

Commit

Permalink
correct some formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
rfreitas committed Jul 27, 2016
1 parent c3e9988 commit b69917a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,16 @@ var Onfido = require('onfido-sdk-ui')

The **CSS style** will be included **inline with the JS code** if the library is imported.

**Important note:** the library is **Browser only**, it does not support the **Node Environment**
#### Notice

The library is **Browser only**, it does not support the **Node Context**.

#### Example App

**[Here](https://github.com/onfido/onfido-sdk-web-sample-app/tree/0.0.1)**
you can see an example app which uses the npm style of import.

### 3. Some markup
### 2. Some markup

There are just two things required in your HTML:

Expand All @@ -90,7 +92,7 @@ on your page -->
<div id='onfido-mount' style='display: none'></div>
```

### 4. SDK init code
### 3. SDK init code

An example of how the SDK is initialised with all the available options used. These are broken down into more detail below.

Expand Down Expand Up @@ -123,8 +125,6 @@ Onfido.init({
})
```



## Public options and methods

A breakdown of the options and methods available to the SDK.
Expand Down

0 comments on commit b69917a

Please sign in to comment.