diff --git a/README.md b/README.md
index d4a5f743..187874da 100644
--- a/README.md
+++ b/README.md
@@ -765,6 +765,31 @@ paginationExample('me/friends');
```
+### Quickstart / Usage
+```markdown
+## Quickstart
+
+Load hello.js in the browser or with bundlers.
+
+**Browser (CDN example)**
+
+```html
+
+
+
+
## Scope
The scope property defines which privileges an app requires from a network provider. The scope can be defined globally for a session through `hello.init(object, {scope: 'string'})`, or at the point of triggering the auth flow e.g. `hello('network').login({scope: 'string'});`
An app can specify multiple scopes, separated by commas - as in the example below.