diff --git a/README.md b/README.md index 75ef4c9..ffb84d0 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,10 @@ The "Stand with Palestine" library/widget is a sticky bottom banner that you can easily integrate into your website to show your support for Palestine. It features the Palestine flag, a statement, "WE STAND WITH PALESTINE," and dynamic statistics, which include information on martyrs, hospital attacks, destroyed homes, and more, sourced from the Palestinian Ministry of Health. ## Usage -To add the "Stand with Palestine" banner to your website, all you have to do is adding the following script tag to the tag or before the end of the tag on your website: -`` +To add the "Stand with Palestine" banner to your website, all you have to do is adding the following script tag to the `` tag or before the end of the `` tag on your website: +```html + +``` ## How it works? The "Stand with Palestine" banner is created using SCSS and JavaScript. All styles are converted to CSS, and HTML elements are dynamically created using JavaScript, allowing for seamless integration without the need to modify your website's HTML structure. The library is bundled using `Webpack`, resulting in a single JavaScript file, which is available at `/dist/stand-with-palestine-widget.js` @@ -19,4 +21,4 @@ We welcome contributions to enhance and improve the "Stand with Palestine" libra 1. Fork the repository. 2. Create a new branch for your feature or bug fix. 3. Make your changes and ensure that the code is well-documented and tested. -4. Submit a pull request. \ No newline at end of file +4. Submit a pull request.