Update README.md

This commit is contained in:
Ryota Ushio 2023-12-18 15:26:06 +09:00 committed by GitHub
parent 13c31ffef9
commit d38d26d8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ This is a modified version of https://github.com/obsidianmd/obsidian-sample-plug
- `*.ts` files are put in the `src` directory
- The plugin class definition and settings-related code are separated into `main.ts` and `settings.ts`
- Release GitHub action is already there
- [Release GitHub action](https://docs.obsidian.md/Plugins/Releasing/Release+your+plugin+with+GitHub+Actions) is already there
- Don't forget to go to `Settings > Actions > General > Workflow permissions` and turn on `Read and write permissions`
- The default branch has been renamed `main`