diff --git a/README.md b/README.md new file mode 100644 index 00000000..bde2b103 --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +Rearrange +========= + +This module is used for rearranging names. + +This repo has been forked as a practice of "Introduction to Git & GitHub by Google" course. + +Turns "LastName, FirstName" into "FirstName, LastName". + +## Example + + * Calling 'rearrange_name("Turing, Alan")' will return '"Alan Turing"' + * Calling 'rearrange_name("Hopper, Grace M.")' will return '"Grace M. Hopper"' + * Calling 'rearrange_name("Voltaire")' will return '"Voltaire"' \ No newline at end of file