Skip to content

Commit

Permalink
Add a simple README.md file including an example use case
Browse files Browse the repository at this point in the history
  • Loading branch information
SivaKrishna77 committed Nov 3, 2024
1 parent 89c3368 commit f1a4f08
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Rearrange
=========

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

# Example

Calling `rearrange_name("Turing, Alan")` will return `"Alan Turing"`

0 comments on commit f1a4f08

Please sign in to comment.