Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed May 21, 2023
2 parents c26c683 + 6bbeb4e commit c3513b8
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 @@ -12,7 +12,7 @@ decode(encoded);
```
## encoding
```javascript
import encode from 'fast-rle/decode';
import encode from 'fast-rle/encode';

const numbers = [3, 3, 3, 3, 3, 8, 0, 0];
encode(numbers);
Expand Down

0 comments on commit c3513b8

Please sign in to comment.