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
SivaKrishna77 committed Nov 2, 2024
1 parent 7dbd93f commit 7aef03d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,8 @@ 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 7aef03d

Please sign in to comment.