Skip to content

Commit 23baa58

Browse files
committed
fix capitalization of headings
1 parent 6583426 commit 23baa58

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22

33
Why use Sublime just to create presentations when you can also use it as the presentation tool?
44

5-
Check out [my presentation on browserify](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres) as an example.
5+
Check out [my presentation on browserify](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres) as an example.
66

77
![](http://i.imgur.com/wCKIgKvh.jpg)
88

99
![](http://i.imgur.com/EEhrLk7h.jpg)
1010

1111
Currently, this package simply gives you syntax highlighting for:
1212

13-
### headings
13+
### Headings
1414

1515
```
1616
##
1717
Heading Here
1818
##
1919
```
2020

21-
### sub-headings
21+
### Sub-headings
2222

2323
```
2424
Sub-Heading Here ##
@@ -47,7 +47,7 @@ Sub-Heading Here ##
4747
-----------------------------------
4848
```
4949

50-
For the ASCII headings in the [browserify presentation](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres), I used [http://patorjk.com/software/taag/](http://patorjk.com/software/taag/).
50+
For the ASCII headings in the [browserify presentation](https://github.com/chrisbreiding/presentations/blob/master/browserify/presentation.pres), I used [http://patorjk.com/software/taag/](http://patorjk.com/software/taag/).
5151

5252
In the future, I hope to add some functionality to the package so that it can automatically create ASCII headings for you with just a keyboard shortcut.
5353

@@ -112,13 +112,13 @@ In the future, I hope to add some functionality to the package so that it can au
112112
<key>foreground</key>
113113
<string>#777</string>
114114
</dict>
115-
</dict>
115+
</dict>
116116
```
117117
3 - Update the ascii_presentation.invisible color to match the background of your color scheme. Tweak other colors as desired.
118118

119119
## Use
120120

121-
Use the syntax enumerated above to create headings, lists, etc. I found putting 20 lines between 1 "slide" and another worked well for separating them if you'll be presenting on a typical 800x600 resolution projector.
121+
Use the syntax enumerated above to create headings, lists, etc. I found putting 20 lines between 1 "slide" and another worked well for separating them if you'll be presenting on a typical 800x600 resolution projector.
122122

123123
By default, the syntax highlighting works with files with the extension `pres`.
124124

0 commit comments

Comments
 (0)