浏览代码

Update README.md

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

+ 1 - 1
README.md

@@ -9,7 +9,7 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
 > Note: This tool's syntax is almost entirely borrowed from [Vue.js](https://vuejs.org/). I am forever grateful for the gift that it is to the web.
 > Note: This tool's syntax is almost entirely borrowed from [Vue.js](https://vuejs.org/). I am forever grateful for the gift that it is to the web.
 
 
 ## Install
 ## Install
-Add the following script to the end of your `<head>` tag.
+Add the following script to the end of your `<head>` section.
 ```html
 ```html
 <script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x@v0.1.0/dist/project-x.min.js" defer></script>
 <script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x@v0.1.0/dist/project-x.min.js" defer></script>
 ```
 ```