Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed May 26, 2020
1 parent 26383e5 commit 53d036d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Deno
uses: denolib/setup-deno@master
with:
deno-version: 1.0.3
deno-version: 1.0.2

- name: Test
run: deno test ./test.ts
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Gzip encryption and decryption wasm implementation, support Deno
![GitHub release](https://img.shields.io/github/release/manyuanrong/wasm_gzip.svg)
![(Deno)](https://img.shields.io/badge/deno-1.0.2-green.svg)

## Useage
## Usage

```ts
import {
Expand Down

0 comments on commit 53d036d

Please sign in to comment.