Merge pull request #37 from KindDragon/patch-1

Update and rename README to README.md
diff --git a/README b/README.md
similarity index 80%
rename from README
rename to README.md
index 412cebe..4ae9be5 100644
--- a/README
+++ b/README.md
@@ -1,4 +1,4 @@
-https://github.com/google/double-conversion/
+https://github.com/google/double-conversion
 
 This project (double-conversion) provides binary-decimal and decimal-binary
 routines for IEEE doubles.
@@ -7,14 +7,14 @@
 from the V8 JavaScript engine. The code has been refactored and improved so that
 it can be used more easily in other projects.
 
-There is extensive documentation in double-conversion/double-conversion.h. Other 
-examples can be found in test/cctest/test-conversions.cc.
+There is extensive documentation in `double-conversion/double-conversion.h`. Other 
+examples can be found in `test/cctest/test-conversions.cc`.
 
 
 Building
 ========
 
-This library can be built with scons [0] or cmake [1].
+This library can be built with [scons][0] or [cmake][1].
 The checked-in Makefile simply forwards to scons, and provides a
 shortcut to run all tests:
 
@@ -50,5 +50,5 @@
     make
     test/cctest/cctest --list | tr -d '<' | xargs test/cctest/cctest
 
-[0]: http://www.scons.org
-[1]: http://www.cmake.org
+[0]: http://www.scons.org/
+[1]: https://cmake.org/