Skip to content

Commit

Permalink
docs(rstream-log): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Apr 18, 2018
1 parent 0de3d20 commit de47493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rstream-log/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn add @thi.ng/rstream-log
## Usage examples

```typescript
import * as log from "@thi.ng/rstream-logger";
import * as log from "@thi.ng/rstream-log";

const logger = new log.Logger("main");
// or with min level
Expand Down

0 comments on commit de47493

Please sign in to comment.