PaulStoffregen / Time

Time library for Arduino
http://playground.arduino.cc/code/time
1.25k stars 666 forks source link

Readme converted to markdown #70

Closed ccoenen closed 7 years ago

ccoenen commented 7 years ago

the result of the conversion can be seen here: https://github.com/ccoenen/Time/blob/998ea7db21b18995f1e45336d99299440f188d81/Readme.md

This is the way it would then also display on github below the code. The structure helps a lot, especially for newcomers who just want to see what the library can do. It is probably also helpful for people checking back for documentation, when looking up detailt.

ccoenen commented 7 years ago

This is very similiar to https://github.com/PaulStoffregen/Time/pull/26 - his result can be seen in full here: https://github.com/PaulStoffregen/Time/tree/91242ae84103004cf71ea345f80488784cc7493c

PaulStoffregen commented 7 years ago

Very nice. Thanks!