Skip to content

Commit

Permalink
Merge pull request #79 from adamreese/docs/reset
Browse files Browse the repository at this point in the history
docs: add reset component to README
  • Loading branch information
adamreese authored Aug 25, 2023
2 parents a1fc283 + 944a972 commit dc15c76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
Finicky Whiskers is comprised of a handful of microservices. Click on each item
below to see more details around a particular microservice.
Finicky Whiskers is comprised of a handful of microservices.

- [redirect](./redirect/README.md)
- [reset](./reset/README.md)
- [scoreboard](./scoreboard/README.md)
- [session](./session/README.md)
- [site](./site/README.md)
- [tally](./tally/README.md)

## Prerequisites

You'll need Spin [v0.4.0](https://github.com/fermyon/spin/releases/tag/v0.4.0)
You'll need Spin [v0.4.1](https://github.com/fermyon/spin/releases/tag/v0.4.1)
to run the site locally.

You will also need `wasi-vfs` in order to build and run the Ruby part:
You will also need `wasi-vfs` to build and run the Ruby component:
```
$ brew tap kateinoigakukun/wasi-vfs https://github.com/kateinoigakukun/wasi-vfs.git
$ brew install kateinoigakukun/wasi-vfs/wasi-vfs
Expand Down
1 change: 1 addition & 0 deletions reset/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
This component resets the high scores

0 comments on commit dc15c76

Please sign in to comment.