Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ Before making any changes to your javascript code, you would need to integrate a
[Roam initialize:@"YOUR-SECRET-KEY" :nil :nil];

```
**(OR)**

**(OR)**

`AppDelegate.swift`

Expand Down Expand Up @@ -125,6 +125,7 @@ const startTracking = () => {
)
}
```

# Finally, lets do some javascript

## Import module
Expand Down
Loading