@univerjs/sheets-conditional-formatting 0.1.16 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -24,7 +24,7 @@ pnpm add @univerjs/sheets-conditional-formatting
24
24
  ### Register the plugin
25
25
 
26
26
  ```typescript
27
- import { SheetsConditionalFormattingPlugin } from '@univerjs/sheets-conditional-formatting';
27
+ import { UniverSheetsConditionalFormattingPlugin } from '@univerjs/sheets-conditional-formatting';
28
28
 
29
- univer.registerPlugin(SheetsConditionalFormattingPlugin);
29
+ univer.registerPlugin(UniverSheetsConditionalFormattingPlugin);
30
30
  ```