Caleb Porzio 5 år sedan
förälder
incheckning
4df65a7b5f
1 ändrade filer med 10 tillägg och 2 borttagningar
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -1,9 +1,17 @@
 # Project X
 
+Project X offers you the reactive and declarative nature of big frameworks like Vue or React at a much lower price.
+
+You get to keep your DOM, and sprinkle in behavior as you see fit.
+
+Think of it like Tailwind for JavaScript.
+
+> Note: This tool's syntax is almost entirely borrowed from VueJs. I am forever grateful the gift it is to the web.
+
 ## Install
+Add the following script at the end of your `<head>` tag.
 ```
-    <script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x/dist/project-x.min.js" defer></script>
-</head>
+<script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x/dist/project-x.min.js" defer></script>
 ```
 
 ## Use