Selaa lähdekoodia

Merge branch 'master' of github.com:calebporzio/project-x

Caleb Porzio 5 vuotta sitten
vanhempi
commit
26d1f3b5d5
2 muutettua tiedostoa jossa 13 lisäystä ja 1 poistoa
  1. 12 0
      .editorconfig
  2. 1 1
      README.md

+ 12 - 0
.editorconfig

@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false

+ 1 - 1
README.md

@@ -11,7 +11,7 @@ Think of it like [Tailwind](https://tailwindcss.com/) for JavaScript.
 ## Install
 Add the following script to the end of your `<head>` section.
 ```html
-<script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x@v0.2.0/dist/project-x.min.js" defer></script>
+<script src="https://cdn.jsdelivr.net/gh/calebporzio/project-x@v0.3.0/dist/project-x.min.js" defer></script>
 ```
 
 ## Use