Skip to content

Commit

Permalink
add umd to README
Browse files Browse the repository at this point in the history
  • Loading branch information
schtauffen committed Nov 10, 2020
1 parent fa53478 commit 9ac07d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# Cat Herder
An ECS ([Entity Component System](https://en.wikipedia.org/wiki/Entity_component_system)) implementation written in TypeScript.
An ECS ([Entity Component System](https://en.wikipedia.org/wiki/Entity_component_system)) implementation written in TypeScript.

```bash
npm i cat-herder
```

There is a umd build available:
```html
<script src="https://unpkg.com/cat-herder@latest/dist/cat-herder.umd.js"></script>
```

## Usage

```typescript
Expand Down

0 comments on commit 9ac07d1

Please sign in to comment.