Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ghlin authored Dec 12, 2018
1 parent c9ec2c1 commit a05c37c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# node-ygocore

**NOTE** This is not Ygopro the game!!!

**[WIP]** node bindings for [ygopro-core](https://github.com/moecube/ygopro-core) (the OCG script engine)
**WIP** node bindings for [ygopro-core](https://github.com/moecube/ygopro-core) (the OCG script engine)

**NOTE** This is not Ygopro the game!!!

# Install

Expand All @@ -22,7 +21,7 @@ To use this package, you need to know how `ocgcore` works.

``` typescript
import { engine } from 'ygopro'
import { engine } from 'ygopro';
```

> this project is writen in Typescript, each method
Expand Down Expand Up @@ -79,7 +78,7 @@ const { flags, data } = engine.process(duel);
> ocgapi: `set_responsei()`, `set_responseb()`
``` typescript
engine.setResponse(duel, player, response);
engine.setResponse(duel, response);
```

### End the duel
Expand Down

0 comments on commit a05c37c

Please sign in to comment.