File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ $ export NOTION_TOKEN=[your notion token]
28
28
### 3. Install and run the script
29
29
30
30
``` bash
31
- $ npx @ kromiii/notion-to-slides --url [your notion page url] --theme [marp theme] --port [port number]
31
+ $ npx kromiii/notion-to-slides --url [your notion page url] --theme [marp theme] --port [port number]
32
32
```
33
33
34
34
You can change the theme by setting the ` --theme ` option. The default theme is ` default ` .
@@ -42,7 +42,7 @@ Once the script is finished, it will open the browser with the slides. You can c
42
42
## Example
43
43
44
44
``` bash
45
- $ npx @ kromiii/notion-to-slides --url https://www.notion.so/khiroyuki1993/CTOA-LT-4-c2769d7bc90a4f428adae7a2192d258a --theme uncover --port 8080
45
+ $ npx kromiii/notion-to-slides --url https://www.notion.so/khiroyuki1993/CTOA-LT-4-c2769d7bc90a4f428adae7a2192d258a --theme uncover --port 8080
46
46
```
47
47
48
48
## Options
@@ -56,7 +56,7 @@ $ npx @kromiii/notion-to-slides --url https://www.notion.so/khiroyuki1993/CTOA-L
56
56
## Development
57
57
58
58
``` bash
59
- $ git clone
59
+ $ git clone git@github.com:kromiii/notion-to-slides.git
60
60
$ npm i
61
61
$ npm run start [your notion page url] -- --port [port number] -- --theme [marp theme]
62
62
```
You can’t perform that action at this time.
0 commit comments