@@ -7,7 +7,7 @@ An NPM package for implementing RFC 8693 for Ory Hydra 🚀
77 [ ![ Bugs] ( https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=bugs )] ( https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693 )
88 [ ![ Security Rating] ( https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=security_rating )] ( https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693 )
99 [ ![ Maintainability Rating] ( https://sonarcloud.io/api/project_badges/measure?project=Exact-Realty_hydra-rfc8693&metric=sqale_rating )] ( https://sonarcloud.io/summary/new_code?id=Exact-Realty_hydra-rfc8693 )
10- ![ NPM Downloads] ( https://img.shields.io/npm/dw/@exact-realty /hydra-rfc8693?style=flat-square )
10+ ![ NPM Downloads] ( https://img.shields.io/npm/dw/@apeleghq /hydra-rfc8693?style=flat-square )
1111 [ ![ License] ( https://img.shields.io/badge/License-Apache%202.0%20with%20llvm%20exception-blue.svg )] ( https://github.com/Exact-Realty/ts-hydra-rfc8693/blob/master/LICENSE )
1212
1313## 📖 Introduction
@@ -47,7 +47,7 @@ with any runtime environment.
4747Getting started with ** hydra-rfc8693** is as easy as running a simple command:
4848
4949``` sh
50- npm install " @exact-realty /hydra-rfc8693"
50+ npm install " @apeleghq /hydra-rfc8693"
5151```
5252
5353## 💡 Usage
@@ -56,8 +56,8 @@ Integrating **hydra-rfc8693** into your project is a breeze. Here's a quick
5656example to get you started:
5757
5858``` js
59- import server , { listeners } from ' @exact-realty /routemate' ;
60- import exchangeTokenEndpoint from ' @exact-realty /hydra-rfc8693' ;
59+ import server , { listeners } from ' @apeleghq /routemate' ;
60+ import exchangeTokenEndpoint from ' @apeleghq /hydra-rfc8693' ;
6161
6262const exchangeTokenEndpointHandler = exchangeTokenEndpoint (
6363 ' deadbeef-abba-cafe-affe-123456789012' , // hydraClientId
0 commit comments