Skip to content

Commit 613883f

Browse files
authored
Merge pull request #29 from tno2007/main
Add pnpm install command
2 parents 9338b0e + 0f1ad43 commit 613883f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@
66

77

88
# Simple lightweight string operation library for Typescript.
9+
10+
11+
## Installation
12+
13+
```
14+
npm install typescript-string-operations
15+
```
16+
917
## No jQuery required! Unit tested, works with Angular.
1018

1119

@@ -145,4 +153,4 @@ var fruits = builder.ToString();
145153
| `AppendLine` | `Method` | appends a string in a new line. | `format`, `args`|
146154
| `AppendLineFormat` | `Method` | like `format()` in a new line | `format`, `args`|
147155
| `Clear` | `Method` | clears the `StringBuilder` | |
148-
| `ToString` | `Method` | creates the actual string. | |
156+
| `ToString` | `Method` | creates the actual string. | |

0 commit comments

Comments
 (0)