Skip to content

Commit d84d060

Browse files
Fix Readme
The package names have been updated.
1 parent baa84cf commit d84d060

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Inspiration for this project:
1212
To convert your Object ID to a SID, use the `convertToSid()` function. It has only one parameter, the ObjectID, it takes a UUIDv4 format string then converts it to an Entra ID (Azure AD) compatible SID.
1313

1414
``` TypeScript
15-
import { convertToSid } from '@moot-inc/objectid-converter';
15+
import { convertToSid } from '@shi-corp/objectid-converter';
1616

1717
/** Object ID that will be converted to a SID. */
1818
const objectId = 'f82d79af-1278-4894-ac01-d90e30875cf8';
@@ -35,7 +35,7 @@ S-1-12-1-4163729839-1217663608-249102764-4166813488
3535
To convert your SID to an Object ID, use the `convertToObjectId()` function. It has only one parameter, the SID, it takes an Entra ID (Azure AD) compatible SID string then converts it to an Object ID (UUIDv4).
3636

3737
``` TypeScript
38-
import { convertToObjectId } from '@moot-inc/objectid-converter';
38+
import { convertToObjectId } from '@shi-corp/objectid-converter';
3939

4040
/** Security Identifier (SID) that will be converted to an Object ID. */
4141
const securityId = 'S-1-12-1-4163729839-1217663608-249102764-4166813488';

0 commit comments

Comments
 (0)