Skip to content

Commit

Permalink
Merge pull request #5 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
eosterberg authored May 3, 2017
2 parents 7611425 + 40df8c0 commit 8e0b6c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ terminaljs

terminal.js is a dead simple JavaScript library for emulating a shell environment.

###Initialization
### Initialization

var myTerminal = new Terminal(id)

###Properties and methods
### Properties and methods

.html
This is the top DOM element of the terminal instance. If you want to modify styling via CSS, all instances belong to a .Terminal class. The element will also get the ID from the constructor argument.
Expand Down Expand Up @@ -45,7 +45,7 @@ Set to true by default.

Read more at: [erikosterberg.com/terminaljs](http://www.erikosterberg.com/terminaljs)

###License
### License

The MIT License (MIT)

Expand Down

0 comments on commit 8e0b6c2

Please sign in to comment.