diff --git a/docs/docs/intro.md b/docs/docs/intro.md index e6c609074..6e88c88e1 100644 --- a/docs/docs/intro.md +++ b/docs/docs/intro.md @@ -172,7 +172,7 @@ If you want to create REPL or similar thing you can use Interpreter interface wh stdin and stdout. ```javascript -import { Interpreter } from '@jcubic/lips'; +import { Interpreter, InputPort, OutputPort } from '@jcubic/lips'; const interpreter = Interpreter('', { stdin: InputPort(function() {