Skip to content

Commit fdb425c

Browse files
committed
Update README.md
1 parent ce62e26 commit fdb425c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The function names are prefixed with ``str_``. The following is a list of avail
1515
* **str_upper** - Convert all letters to uppercase.
1616
* **str_lower** - Convert all letters to lowercase.
1717
* **str_split** - Split string based on a character delimiter and return string given by the column number.
18-
* **str_uniq** - Removed duplicative entries from a \b delimited string.
18+
* **str_uniq** - Removed duplicative entries from a delimited string.
1919
* **str_zfill** - Pad a string with zeroes ("0") to specified width. If width is <= input string width, then the original string is returned.
2020
* **str_center** - Center a string to a specified width. The default character to fill in the centered string is a blank character.
2121
* **str_reverse** - Reverse a string.
@@ -34,14 +34,12 @@ Admittedly, my knowledge of automake, autotools, etc is not strong at this time.
3434

3535
``> [FC=... FFLAGS="..." PREFIX="..."] make``
3636

37-
### Install
38-
39-
``> [sudo] [FC=... FFLAGS="..." PREFIX="..."] make install`` **(sudo access required to install to system area)**
40-
4137
### Test
4238

4339
Prior to ``make install ``, though optional, it is good practice to test the build with via
4440

4541
``> make test``
4642

43+
### Install
4744

45+
``> [sudo] [FC=... FFLAGS="..." PREFIX="..."] make install`` **(sudo access required to install to system area)**

0 commit comments

Comments
 (0)