Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 2c3fa1d

Browse files
committed
changed .txt to .md
1 parent bc359b7 commit 2c3fa1d

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

todomvc/README.txt renamed to todomvc/README.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
===== TypeScript Sample: Todo MVC =====
1+
# TypeScript Sample: Todo MVC
22

3-
=== Overview ===
3+
## Overview
44

55
This sample shows an implementation of the Backbone.js TODO sample derived from
66
https://github.com/documentcloud/backbone/tree/master/examples/todos. The following
@@ -9,16 +9,19 @@ TypeScript integration points are highlighted:
99
- jQuery: Using jQuery for all DOM manipulation
1010

1111

12-
=== Running ===
12+
## Running
13+
```
1314
tsc --sourcemap js\todos.ts
1415
start index.html
16+
```
1517

16-
=== Caveats ===
18+
## Caveats
1719

20+
```
1821
This sample uses local storage and will not run properly on Internet Explore if run
1922
from the local filesystem. Instead, host the sample from a web server (eg. IIS).
2023
21-
------------------------------------------------------------------------------------------
24+
2225
Microsoft grants you the right to use these script files under the Apache 2.0 license.
2326
Microsoft reserves all other rights to the files not expressly granted by Microsoft,
2427
whether by implication, estoppel or otherwise. The copyright notices and MIT licenses
@@ -37,7 +40,10 @@ ANY KIND, either express or implied.
3740
3841
See the License for the specific language governing permissions and limitations
3942
under the License.
40-
------------------------------------------------------------------------------------------
43+
```
44+
45+
46+
```
4147
Provided for Informational Purposes Only
4248
MIT License
4349
Permission is hereby granted, free of charge, to any person obtaining a copy of this
@@ -55,3 +61,4 @@ PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
5561
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
5662
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
5763
DEALINGS IN THE SOFTWARE.
64+
```

0 commit comments

Comments
 (0)