Skip to content

Commit

Permalink
docs: change links
Browse files Browse the repository at this point in the history
  • Loading branch information
andreashuber69 committed Apr 21, 2024
1 parent 135b407 commit 7ce5c5e
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
<h1 align="center">kiss-worker-demo1</h1>
<h1 align="center">kiss-worker-demo2</h1>
<p align="center">
<a href="https://github.com/andreashuber69/kiss-worker-demo1/actions/workflows/ci.yml">
<img src="https://github.com/andreashuber69/kiss-worker-demo1/actions/workflows/ci.yml/badge.svg" alt="CI">
<a href="https://github.com/andreashuber69/kiss-worker-demo2/actions/workflows/ci.yml">
<img src="https://github.com/andreashuber69/kiss-worker-demo2/actions/workflows/ci.yml/badge.svg" alt="CI">
</a>
<a href="https://github.com/andreashuber69/kiss-worker-demo1/issues">
<img src="https://img.shields.io/github/issues-raw/andreashuber69/kiss-worker-demo1.svg" alt="Issues">
<a href="https://github.com/andreashuber69/kiss-worker-demo2/issues">
<img src="https://img.shields.io/github/issues-raw/andreashuber69/kiss-worker-demo2.svg" alt="Issues">
</a>
<a href="https://github.com/andreashuber69/kiss-worker-demo1/blob/develop/LICENSE">
<img src="https://img.shields.io/github/license/andreashuber69/kiss-worker-demo1.svg" alt="License">
<a href="https://github.com/andreashuber69/kiss-worker-demo2/blob/develop/LICENSE">
<img src="https://img.shields.io/github/license/andreashuber69/kiss-worker-demo2.svg" alt="License">
</a>
</p>

Demonstrates the simplest way to use `kiss-worker`, see
Demonstrates the most general way to use `kiss-worker`, see
[Getting Started](https://www.npmjs.com/package/kiss-worker#getting-started).

You can play with this on [StackBlitz](https://stackblitz.com/~/github.com/andreashuber69/kiss-worker-demo1) or on
your computer (requires [node](https://nodejs.org/en/download) >=18.19):
You can play with this on [StackBlitz](https://stackblitz.com/~/github.com/andreashuber69/kiss-worker-demo2) or on
your computer (requires [node](https://nodejs.org/en/download) >=18.18):

```bash
git clone https://github.com/andreashuber69/kiss-worker-demo1.git
git clone https://github.com/andreashuber69/kiss-worker-demo2.git
cd kiss-worker-demo1
npm install
npm start
Expand Down

0 comments on commit 7ce5c5e

Please sign in to comment.