Renamed and updated README with information

This commit is contained in:
Matt Rasmussen 2024-02-13 21:38:37 -08:00
parent 334ec4b136
commit c4b402fb8e
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +0,0 @@
# README
```
rustup override set nightly
trunk serve --open
```

View File

@ -1,5 +1,9 @@
# README
```
rustup override set nightly
rustup target add wasm32-unknown-unknown
trunk serve --open
```
```
The table column's header ("Name") should sort the column alphabetically, instead it causes a panic (unreachable code) visible in the browser's console.
Interestingly, removing the `#[table(skip)]` decorator on Item's `id` field will prevent this bug from occurring.