Skip to content

Commit

Permalink
fix package name
Browse files Browse the repository at this point in the history
  • Loading branch information
ljosa authored Sep 2, 2017
1 parent a226ed3 commit e5200a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using-terminal.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ the client. You will find these classes in the `com.googlecode.lanterna.terminal
## Getting the `Terminal` object
The core of the Terminal layer is the `Terminal` interface which you must retrieve. This can be done either by directly
instantiating one of the implementing classes (for example `UnixTerminal` or `SwingTerminalFrame`) or by using the
`com.googlecode.lanterna.DefaultTerminalFactory` class which auto-detects and guesses what kind of implementation is
`com.googlecode.lanterna.terminal.DefaultTerminalFactory` class which auto-detects and guesses what kind of implementation is
most suitable given the system environment.

### Different implementations
Expand Down Expand Up @@ -220,4 +220,4 @@ CTRL or ALT as individual keystrokes due to how the terminal is designed to work

## Learn more
To learn about how to use an abstraction API in Lanterna built on top of the terminal API described in this page,
continue reading at [Buffered screen API](using-screen.md).
continue reading at [Buffered screen API](using-screen.md).

0 comments on commit e5200a3

Please sign in to comment.