Skip to content

Commit 3b1433f

Browse files
committed
docs: update
1 parent f572bd9 commit 3b1433f

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- !!! DO NOT EDIT, THIS FILE IS GENERATED AUTOMATICALLY !!! -->
22

3-
> ℹ️ Please, see the full project documentation here:<br><https://c0rejs.github.io/msgpack/>
3+
> ℹ️ Please, see the full project documentation here:<br><https://corejslib.github.io/msgpack/>
44
55
# Introduction
66

@@ -14,13 +14,13 @@ Fork of the `notepack.io` with improvements:
1414
## Install
1515

1616
```sh
17-
npm install @c0rejs/msgpack
17+
npm install @corejslib/msgpack
1818
```
1919

2020
## Usage
2121

2222
```javascript
23-
import * as msgpack from "@c0rejs/msgpack";
23+
import * as msgpack from "@corejslib/msgpack";
2424

2525
const buffer = msgpack.toMsgPack( [ new Date() ] );
2626

docs/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@
1515
</head>
1616
<body>
1717
<nav>
18-
<a href="#/changelog">Changelog</a><a href="https://github.com/c0rejs/msgpack/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/c0rejs/msgpack/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@c0rejs/msgpack" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
18+
<a href="#/changelog">Changelog</a><a href="https://github.com/corejslib/msgpack/discussions" title="Discussions"><i class="fa-regular fa-comments"></i></a><a href="https://github.com/corejslib/msgpack/issues" title="Issues"><i class="fa-regular fa-circle-dot"></i></a><a href="https://www.npmjs.com/package/@corejslib/msgpack" title="NPM package"><i class="fa-brands fa-npm"></i></a><a href="#toggleTheme"><i class="fa-solid fa-adjust"></i> Theme</a>
1919
</nav>
2020
<div id="app"></div>
2121
<div id="gotoTop"><a href="#gotoTop">🡡 Top</a></div>
2222

2323
<script>
24-
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/c0rejs/msgpack/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@c0rejs/msgpack", relativePath: true, repo: "https://github.com/c0rejs/msgpack", search: { depth: 3 }, subMaxLevel: 2, tabs: {}, types: { ArrayBuffer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer", BigInt: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt", Buffer: "https://nodejs.org/api/buffer.html#buffer_class_buffer", Date: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date", Object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", Uint8Array: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array", any: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#data_and_structure_types", integer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", string: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type", undefined: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#undefined_type" } };
24+
window.$docsify = { alias: { "/changelog": "https://raw.githubusercontent.com/corejslib/msgpack/main/CHANGELOG.md" }, auto2top: true, externalLinkTarget: "_self", loadSidebar: true, maxLevel: 2, name: "@corejslib/msgpack", relativePath: true, repo: "https://github.com/corejslib/msgpack", search: { depth: 3 }, subMaxLevel: 2, tabs: {}, types: { ArrayBuffer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer", BigInt: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt", Buffer: "https://nodejs.org/api/buffer.html#buffer_class_buffer", Date: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date", Object: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object", Uint8Array: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array", any: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#data_and_structure_types", integer: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#number_type", string: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#string_type", undefined: "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Data_structures#undefined_type" } };
2525
</script>
2626

2727
<script src="https://softvisio.github.io/cli/assets/theme/theme.js"></script>

0 commit comments

Comments
 (0)