@danielx/civet 0.3.0 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,9 +3,10 @@ Civet
3
3
 
4
4
  [![Build](https://github.com/DanielXMoore/Civet/actions/workflows/build.yml/badge.svg)](https://github.com/DanielXMoore/Civet/actions/workflows/build.yml)
5
5
 
6
- A new CoffeeScript. Much closer to ES2015+ (for better or worse).
6
+ The CoffeeScript of TypeScript. Much closer to ES2015+ (for better or worse).
7
7
 
8
- Also TypeScript, the sky is the limit. [Online Civet Playground](https://civet-web.vercel.app/)
8
+ - [Online Civet Playground](https://civet-web.vercel.app/)
9
+ - [Civet VSCode Extension](https://marketplace.visualstudio.com/items?itemName=DanielX.civet)
9
10
 
10
11
  Quickstart Guide
11
12
  ---