Skip to content

Commit

Permalink
Add more information to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorg3Nunez committed Oct 9, 2024
1 parent b45d88c commit fc3d6ea
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Rearrange
===========

This module is used for rearraning names.
This module is used for rearraning names.
Turns "LastName, FirstName" into "FirstName LastName"

# Example

calling 'rearrange_name("Turing, Alan")' will return '"Alan Turing"'

0 comments on commit fc3d6ea

Please sign in to comment.