Skip to content

Commit 1fb5171

Browse files
committed
update readme
1 parent 38c8ae9 commit 1fb5171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ $ export NOTION_TOKEN=[your notion token]
2828
### 3. Install and run the script
2929

3030
```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]
3232
```
3333

3434
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
4242
## Example
4343

4444
```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
4646
```
4747

4848
## Options
@@ -56,7 +56,7 @@ $ npx @kromiii/notion-to-slides --url https://www.notion.so/khiroyuki1993/CTOA-L
5656
## Development
5757

5858
```bash
59-
$ git clone
59+
$ git clone git@github.com:kromiii/notion-to-slides.git
6060
$ npm i
6161
$ npm run start [your notion page url] -- --port [port number] -- --theme [marp theme]
6262
```

0 commit comments

Comments
 (0)