Skip to content

Commit 901be04

Browse files
committed
Update README
1 parent b5d9597 commit 901be04

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
<p align="center">
22
<a href="https://openauth.js.org">
33
<picture>
4-
<source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/logo-dark.svg" media="(prefers-color-scheme: dark)">
5-
<source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/logo-light.svg" media="(prefers-color-scheme: light)">
6-
<img src="https://raw.githubusercontent.com/openauthjs/identity/main/logo-light.svg" alt="OpenAuth logo">
4+
<source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/logo-dark.svg" media="(prefers-color-scheme: dark)">
5+
<source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/logo-light.svg" media="(prefers-color-scheme: light)">
6+
<img src="https://raw.githubusercontent.com/toolbeam/identity/main/logo-light.svg" alt="OpenAuth logo">
77
</picture>
88
</a>
99
</p>
1010
<p align="center">
1111
<a href="https://sst.dev/discord"><img alt="Discord" src="https://img.shields.io/discord/983865673656705025?style=flat-square&label=Discord" /></a>
1212
<a href="https://www.npmjs.com/package/@openauthjs/openauth"><img alt="npm" src="https://img.shields.io/npm/v/%40openauthjs%2Fcore?style=flat-square" /></a>
13-
<a href="https://github.com/openauthjs/openauth/actions/workflows/release.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/openauthjs/openauth/release.yml?style=flat-square&branch=master" /></a>
13+
<a href="https://github.com/toolbeam/openauth/actions/workflows/release.yml"><img alt="Build status" src="https://img.shields.io/github/actions/workflow/status/toolbeam/openauth/release.yml?style=flat-square&branch=master" /></a>
1414
</p>
1515

1616
---
@@ -23,14 +23,14 @@
2323
- **Customizable**: It comes with prebuilt themeable UI that you can customize or opt out of.
2424

2525
<picture>
26-
<source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/assets/themes-dark.png" media="(prefers-color-scheme: dark)">
27-
<source srcset="https://raw.githubusercontent.com/openauthjs/identity/main/assets/themes-light.png" media="(prefers-color-scheme: dark)">
28-
<img src="https://raw.githubusercontent.com/openauthjs/identity/main/assets/themes-light.png" alt="OpenAuth themes">
26+
<source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/assets/themes-dark.png" media="(prefers-color-scheme: dark)">
27+
<source srcset="https://raw.githubusercontent.com/toolbeam/identity/main/assets/themes-light.png" media="(prefers-color-scheme: dark)">
28+
<img src="https://raw.githubusercontent.com/toolbeam/identity/main/assets/themes-light.png" alt="OpenAuth themes">
2929
</picture>
3030

3131
## Quick Start
3232

33-
If you just want to get started as fast as possible you can jump straight into the [code examples](https://github.com/openauthjs/openauthjs/tree/master/examples) folder and copy paste away. There are also [SST components](https://sst.dev/docs/component/aws/auth) for deploying everything OpenAuth needs.
33+
If you just want to get started as fast as possible you can jump straight into the [code examples](https://github.com/toolbeam/openauthjs/tree/master/examples) folder and copy paste away. There are also [SST components](https://sst.dev/docs/component/aws/auth) for deploying everything OpenAuth needs.
3434

3535
## Approach
3636

0 commit comments

Comments
 (0)