Skip to content

Commit 3ec9e7a

Browse files
authored
Merge pull request #41 from bryant1410/master
Fix broken headings in Markdown files
2 parents db0b856 + d09fc89 commit 3ec9e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#v0.2.0
1+
# v0.2.0
22

33
* Full refactoring of internal code
44
* TypeScript Language service now runs in a webworker [#1](https://github.com/fdecampredon/brackets-typescript/issues/1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ To configure your project simply create a brackets configuration file (a file na
4646
}
4747
```
4848

49-
###Supported Options:
49+
### Supported Options:
5050

5151
* `sources` (`string[]`) , **mandatory**: An array of '[minimatch](https://github.com/isaacs/minimatch)' pattern strings describing the sources of your project.
5252

0 commit comments

Comments
 (0)