Skip to content

Commit bd3208d

Browse files
committed
fix up typo in README
1 parent 5f5eb4a commit bd3208d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cipher-base
44
Abstract base class to inherit from if you want to create streams implementing
55
the same api as node crypto streams.
66

7-
Requires you to implement 2 methods `_final` and `_update`. `_final` takes a
7+
Requires you to implement 2 methods `_final` and `_update`. `_update` takes a
88
buffer and should return a buffer, `_final` takes no arguments and should return
99
a buffer.
1010

0 commit comments

Comments
 (0)