Skip to content

Commit

Permalink
docs(bloc): rename print to console.log in README
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Sep 8, 2020
1 parent 99985a1 commit 8980710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ bloc.add(CounterEvent.increment)
// later...

// Access the new `state`.
print(bloc.state) // 1
console.log(bloc.state) // 1

// Close the `bloc` when it is no longer needed.
bloc.close()
Expand Down

0 comments on commit 8980710

Please sign in to comment.