Caleb Porzio 5 年之前
父节点
当前提交
b12c178a7d
共有 2 个文件被更改,包括 3 次插入1 次删除
  1. 2 0
      README.md
  2. 1 1
      index.html

+ 2 - 0
README.md

@@ -4,6 +4,8 @@ Project X offers you the reactive and declarative nature of big frameworks like
 
 
 You get to keep your DOM, and sprinkle in behavior as you see fit.
 You get to keep your DOM, and sprinkle in behavior as you see fit.
 
 
+It weighs only 3.6KB.
+
 Think of it like Tailwind for JavaScript.
 Think of it like Tailwind for JavaScript.
 
 
 > Note: This tool's syntax is almost entirely borrowed from VueJs. I am forever grateful for the gift that it is to the web.
 > Note: This tool's syntax is almost entirely borrowed from VueJs. I am forever grateful for the gift that it is to the web.

+ 1 - 1
index.html

@@ -5,7 +5,7 @@
         </style>
         </style>
 
 
         <script src="https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js" integrity="sha256-iM4Yzi/zLj/IshPWMC1IluRxTtRjMqjPGd97TZ9yYpU=" crossorigin="anonymous"></script>
         <script src="https://cdnjs.cloudflare.com/ajax/libs/turbolinks/5.2.0/turbolinks.js" integrity="sha256-iM4Yzi/zLj/IshPWMC1IluRxTtRjMqjPGd97TZ9yYpU=" crossorigin="anonymous"></script>
-        <script src="/dist/project-x.js" defer></script>
+        <script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x/dist/project-x.min.js"></script>
     </head>
     </head>
     <body>
     <body>
         <a href="/link-target">turbo-page</a>
         <a href="/link-target">turbo-page</a>