You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ To run the Node.js example:
26
26
1. Navigate to the example directory: `cd examples/nodejs`
27
27
2. Follow the setup instructions in [examples/nodejs/README.md](./examples/nodejs/README.md)
28
28
3. Set your HackMD access token
29
-
4. Run `npm start`
29
+
4. Run `pnpm start`
30
30
31
31
The example includes detailed comments and demonstrates best practices for using the HackMD API client.
32
32
@@ -47,7 +47,7 @@ To run the book mode conference example:
47
47
2. Follow the setup instructions in [examples/book-mode-conference/README.md](./examples/book-mode-conference/README.md)
48
48
3. Customize the configuration constants and session data
49
49
4. Set your HackMD access token
50
-
5. Run `npm start`
50
+
5. Run `pnpm start`
51
51
52
52
This example demonstrates advanced usage patterns including bulk operations, team note management, and creating interconnected note structures for conferences or events.
0 commit comments