Skip to content

Commit

Permalink
docs: fix (#246)
Browse files Browse the repository at this point in the history
  • Loading branch information
linrongbin16 authored Jul 16, 2024
1 parent 8dbe735 commit e66680d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ require('pckr').add({
When loading this plugin, it does below steps:

1. Runs the filters, only enables the colors you choose from the dataset (see [Filter](#filter)).
2. Registers the triggers to invoke related policies at a proper timing (see [Timing & Policy](#timing--policy)).
2. Registers the triggers to invoke related policies at a proper timing (see [Timing](#timing)).

When a timing is triggered, it does below steps:

1. Runs the registered policy and pick a colorscheme (see [Timing & Policy](#timing--policy)).
1. Runs the registered policy and pick a colorscheme (see [Policy](#policy)).
2. Refreshes the `background` option (see [Background](#background)).
3. Runs the `colorscheme` command to actually apply the colorscheme.

Expand Down

0 comments on commit e66680d

Please sign in to comment.