aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMatt Strapp <matt@mattstrapp.net>2022-03-10 17:19:51 -0600
committerMatt Strapp <matt@mattstrapp.net>2022-03-10 17:19:51 -0600
commitd16cb71aa6b74358442dc38d87814c9f75662e93 (patch)
tree97968a863d0b43b1f88de25720ec26870f2df72a /README.md
parentBump @typescript-eslint/parser from 5.13.0 to 5.14.0 (#23) (diff)
downloadee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar
ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.gz
ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.bz2
ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.lz
ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.xz
ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.tar.zst
ee4511w-web-d16cb71aa6b74358442dc38d87814c9f75662e93.zip
Add and run a formatter
Signed-off-by: Matt Strapp <matt@mattstrapp.net>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index e45cb32..832ac66 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# Lamperski Inverted Pendulum - Web
[![GitHub Actions](https://github.com/RosstheRoss/4951w-pendulum/actions/workflows/node.yml/badge.svg)](https://github.com/RosstheRoss/4951w-pendulum/actions/workflows/node.yml)
-[![Known Vulnerabilities](<https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum-web/badge.svg>)](<https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum-web>)
+[![Known Vulnerabilities](https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum-web/badge.svg)](https://snyk.io/test/github/UMN-EE4951W-Lamperski/pendulum-web)
An complete rewrite of the web application for Professor Andrew Lamperski's Remotely Accessible Inverted Pendulum, in TypeScript.
@@ -16,6 +16,7 @@ An complete rewrite of the web application for Professor Andrew Lamperski's Remo
## Structure
The structure of the repository is as follows:
+
```
├── src (folder)
│ ├── public (folder)