Skip to content
Merged
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
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<a href="https://jam.dev">
<img src="https://storage.googleapis.com/jam-assets/github-repo.png">
<a href="https://jam.dev/docs/product-features/dev-tools/jam.metadata"><strong>Jam.dev SDK</strong></a>
<a href="https://jam.dev/docs/custom-logs"><strong>Jam SDK</strong></a>
</a>
</p>

Expand All @@ -11,20 +11,20 @@

<p align="center">
<a href="https://www.youtube.com/watch?v=umdSWiuuoY0"><strong>Getting started with Jam</strong></a> ·
<a href="https://jam.dev/docs/product-features/dev-tools/jam.metadata"><strong>SDK Docs</strong></a> ·
<a href="https://jam.dev/docs/custom-logs"><strong>SDK Docs</strong></a> ·
<a href="https://jam.dev"><strong>Jam.dev</strong></a>
</p>
<br/>

---

### Jam.dev SDK
### Jam SDK

1-line SDK for incorporating custom data such as app state and user ID in bug reports captured with Jam.

Check out the [docs](https://jam.dev/docs/product-features/dev-tools/jam.metadata) to get started.
Check out the [docs](https://jam.dev/docs/custom-logs) to get started.

For a full code example of how to integrate the Jam SDK into your web app, see the `docs` folder in this repo, and its accompanying [live site](https://jamdotdev.github.io/sdk/).
For a full code example of how to integrate the Jam SDK into your web app, see the `docs` folder in this repo.

### Feedback

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"name": "@jam.dev/sdk",
"version": "0.0.6",
"description": "The Jam SDK! Supercharge your bug reports.",
"homepage": "https://jam.dev/docs/product-features/dev-tools/jam.metadata",
"homepage": "https://jam.dev/docs/custom-logs",
"repository": {
"type": "git",
"url": "https://github.com/Strawberry-Jam-Manufacturers/sdk.git"
"url": "https://github.com/jamdotdev/sdk.git"
},
"keywords": [
"jam.dev",
Expand Down
Loading