Skip to content

Commit 8e0b6c2

Browse files
authored
Merge pull request #5 from bryant1410/master
Fix broken headings in Markdown files
2 parents 7611425 + 40df8c0 commit 8e0b6c2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ terminaljs
33

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

6-
###Initialization
6+
### Initialization
77

88
var myTerminal = new Terminal(id)
99

10-
###Properties and methods
10+
### Properties and methods
1111

1212
.html
1313
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.
@@ -45,7 +45,7 @@ Set to true by default.
4545

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

48-
###License
48+
### License
4949

5050
The MIT License (MIT)
5151

0 commit comments

Comments
 (0)