branch: elpa/dart-mode
commit ea60ffd3312e2b151fcf376643c11eabcff570e7
Author: Brady Trainor <[email protected]>
Commit: Brady Trainor <[email protected]>
Move README back to markdown
---
README.md | 6 ++++++
README.org | 6 ------
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..b06b738
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+
+An Emacs major mode for editing Dart files. Provides basic syntax
+highlighting and indentation.
+
+Please see the [Wiki](https://github.com/bradyt/dart-mode/wiki) for
+more information.
diff --git a/README.org b/README.org
deleted file mode 100644
index 381ed27..0000000
--- a/README.org
+++ /dev/null
@@ -1,6 +0,0 @@
-
-An Emacs major mode for editing Dart files. Provides basic syntax
-highlighting and indentation. Also provides formatting via =dartfmt=.
-
-Please see the [[https://github.com/bradyt/dart-mode/wiki][Wiki]] for
-more information.