Skip to content

Commit 598c8c6

Browse files
committed
Another readme fix
1 parent 75eefa4 commit 598c8c6

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
@@ -33,9 +33,9 @@ npm install underlords
3333
import { ShareCodeV8 } from "underlords";
3434

3535
// Parse an Underlords share code to a ShareCodeV8 instance
36-
const shareCode =
36+
const shareCodeString =
3737
"8qAMAAP4BAK4BAATjJ/5uAEZuAAAgEVM0LgAAAG0AbQAACwAAAP8BDAABCRsI/wAJARcBAQAOAQUBAQAGES0QbUBHOlcBEmoBAAFIACABaBABAyAAEAEpLAIgIAAwAAAGAgEgAAWCAHUR2gB0EQkBAQRjAAVyLBAAAgABBAMGdycAdy4fAK4BAA==";
38-
const shareCode = ShareCodeV8.fromBase64String(shareCode);
38+
const shareCode = ShareCodeV8.fromBase64String(shareCodeString);
3939

4040
// Log board unit at index 0x0
4141
console.log(shareCode.boardUnitIDs[0][0]);

0 commit comments

Comments
 (0)