Skip to content

Commit

Permalink
update url
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Feb 28, 2019
1 parent 22e90b1 commit be157c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Formatting bytes(Uint8Array、Uint16Array、Uint32Array、ArrayBufferView..) out
#### code

```ts
import { format, setColorEnabled } from "https://raw.githubusercontent.com/manyuanrong/bytes_formater/master/mod.ts";
import { format, setColorEnabled } from "https://deno.land/x/bytes_formater/mod.ts";

const bytes = new Uint8Array([
10, 53, 46, 54, 46, 51, 52, 0, 71, 241, 0, 59, 77, 99, 52, 49, 65, 107,
Expand Down

0 comments on commit be157c7

Please sign in to comment.