Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore (readme): update readme with info about class renaming #115

Merged
merged 2 commits into from
Nov 18, 2024

Conversation

e11sy
Copy link
Contributor

@e11sy e11sy commented Nov 18, 2024

resolves #113

README.md Outdated
@@ -26,7 +28,7 @@ yarn add @editorjs/list
Include module at your application

```javascript
import List from '@editorjs/list';
import EditorjsList from '@editorjs/list';
```

Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/list@latest)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's fix major version to prevent problems in a future

Suggested change
Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/list@latest)
Optionally, you can load this tool from CDN [JsDelivr CDN](https://cdn.jsdelivr.net/npm/@editorjs/list@2)

@e11sy e11sy merged commit 273fd6f into main Nov 18, 2024
1 check passed
@e11sy e11sy deleted the rename-to-editorjs-list branch November 18, 2024 17:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

v2 has changed the module name from List to EditorjsList?
2 participants