Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 authored Jun 27, 2019
1 parent 191e4d7 commit 04a72f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ StringUtils::subCount($haystack, $needle);
// Summarize a string by limit. You can use end string for summarized string.
StringUtils::summarize($content, $max_characters = 100, $append = " ...")

// Convert english letters to persian.
// Convert English letters to Persian.
StringUtils::toPersian($expression)

// Convert numeral string to persian price format.
// Convert numeral string to Persian price format.
StringUtils::toPersianPrice($expression)
```

Expand Down

0 comments on commit 04a72f9

Please sign in to comment.