Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
green-cats committed Jun 23, 2022
1 parent e59630a commit bffc8d0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,15 @@ First, you need to make sure that you have a working <a href="https://tailwindcs
2. Include Preline UI as a plugin in the <code>tailwind.config.js</code> file

<pre><code>module.exports = {
content: [
'node_modules/preline/dist/*.js'
],
plugins: [
require('preline/plugin')
]
],
}</code></pre>

3. Include the JavaScript <code><script></code> that powers the interactive elements near the end of your <code><body></code> tag:
3. Include the JavaScript <code><script></code> that powers the interactive elements near the end of your <code>&lt;body&gt;</code> tag:

<pre><code><script src="./node_modules/preline/dist/hs-ui.bundle.js"></script></code></pre>

Expand All @@ -50,10 +53,6 @@ For help, discussion about best practices, or any other conversation that would

<a href="https://github.com/htmlstreamofficial/preline/discussions">Discuss Preline UI on GitHub</a>

## Support

Support for Preline UI is available through the Preline <a href="https://preline.co/contactus.html">contact form</a>.

## License

Preline UI is Open Source project and licensed under MIT for better Web.
Expand Down

0 comments on commit bffc8d0

Please sign in to comment.