=== Timeline block ===
Contributors:      The WordPress Contributors
Tags:              block
Tested up to:      6.1
Stable tag:        0.1.0
License:           GPL-2.0-or-later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html

Example block scaffolded with Create Block tool.

== Description ==

This is the long description. No limit, and you can use Markdown (as well as in the following sections).

For backwards compatibility, if this section is missing, the full length of the short description will be used, and
Markdown parsed.

== Installation ==

This section describes how to install the plugin and get it working.

e.g.

1. Upload the plugin files to the `/wp-content/plugins/....` directory, or install the plugin through the WordPress plugins screen directly.
1. Activate the plugin through the 'Plugins' screen in WordPress


== Frequently Asked Questions ==

1. can I make change to timline block?
   Yes! you can change in timeline block, just open in editor run `npm install` make change you want, and then run `npm run build`. now you will see the update while updating or adding timeline via page or post
2. Is there any dependency to make change to block?
   Yes, You must need to installed Node on you machine. other package will be installed while you run the command `npm install'
