From 6e3e27345103147c37954fe7b9e3976709548456 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 29 Jun 2013 08:52:41 -0700 Subject: A few fixes --- dart.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dart.html.markdown') diff --git a/dart.html.markdown b/dart.html.markdown index d064dc7d..c503fb4a 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -1,5 +1,5 @@ --- -language: Dart +language: dart author: Joao Pedrosa author_url: https://github.com/jpedrosa/ --- -- cgit v1.2.3 From 83aeecb68a20751d09bb83793691f19a8dc97aa2 Mon Sep 17 00:00:00 2001 From: Adam Date: Sat, 29 Jun 2013 20:19:14 -0700 Subject: Added filename parameter --- dart.html.markdown | 1 + 1 file changed, 1 insertion(+) (limited to 'dart.html.markdown') diff --git a/dart.html.markdown b/dart.html.markdown index c503fb4a..27365746 100644 --- a/dart.html.markdown +++ b/dart.html.markdown @@ -2,6 +2,7 @@ language: dart author: Joao Pedrosa author_url: https://github.com/jpedrosa/ +filename: learndart.dart --- Dart is a newcomer into the realm of programming languages. -- cgit v1.2.3