Skip to content

Commit a6a78f9

Browse files
authored
Update README.md
1 parent e42efe9 commit a6a78f9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An unofficial port of Hearthstone's deckstrings for NovaBlitz to make copying an
44

55
## Encoding Scheme
66

7-
Virtually identical to [Hearthstone's deckstrings](https://hearthsim.info/docs/deckstrings/), an deckstring consists of:
7+
Virtually identical to [Hearthstone's deckstrings](https://hearthsim.info/docs/deckstrings/), a deckstring consists of:
88

99
### Header Block
1010
1. Version (1).
@@ -25,8 +25,6 @@ Each integer is encoded as a [varint](https://developers.google.com/protocol-buf
2525

2626
## Implementation
2727

28-
Loose Python and Browser implementations are included in this repository.
29-
30-
`<script src="https://cdn.rawgit.com/kajchang/deckstring/43e7b828/js/deckstring.js"></script>`
28+
Loose Python and JS implementations are included in this repository.
3129

3230
A browser demo is located [here](https://kajchang.github.io/deckstring).

0 commit comments

Comments
 (0)