Skip to content

Commit 49f98a4

Browse files
committed
docs: update readme
1 parent 15c423f commit 49f98a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
name: Releases
44

55
env:
6-
PLUGIN_NAME: logseq-plugin-template-react
6+
PLUGIN_NAME: logseq-plugin-ai-assistant
77

88
# Controls when the action will run.
99
on:
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626
- uses: actions/setup-node@v3
2727
with:
28-
node-version: "16"
28+
node-version: "18"
2929
- uses: pnpm/action-setup@v2.2.4
3030
with:
3131
version: 6.0.2

readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ enabling you to achieve more efficient and creative workflows within Logseq.
2121
### Option 2: manually load
2222

2323
- turn on Logseq developer mode
24-
- [download the prebuilt package here](https://github.com/ahonn/logseq-plugin-todo/releases)
24+
- [download the prebuilt package here](https://github.com/ahonn/logseq-plugin-ai-assistant/releases)
2525
- unzip the zip file and load from Logseq plugins page
2626

2727
## Configuration
@@ -33,7 +33,7 @@ Before using the plugin, you need to configure it according to your preferences.
3333

3434
## Built-in Prompts
3535

36-
The Logseq-plugin-ai-prompt comes with several built-in prompts to enhance your text editing experience
36+
The plugin comes with several built-in prompts to enhance your text editing experience
3737

3838
- **Ask AI**: Ask a question, and the AI will provide a helpful answer.
3939
- **Summarize**: Provide a concise summary of the text.

0 commit comments

Comments
 (0)