Skip to content

Commit

Permalink
Updated README with additional examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
TXMack713 committed Oct 13, 2023
1 parent ab76878 commit 2892ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Turns "LastName, FirstName" into "FirstName LastName".

* 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"`.
* Calling `rearrange_name("Voltaire")` will return `"Voltaire"`.

0 comments on commit 2892ffe

Please sign in to comment.