We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9338b0e + 0f1ad43 commit 613883fCopy full SHA for 613883f
README.md
@@ -6,6 +6,14 @@
6
7
8
# Simple lightweight string operation library for Typescript.
9
+
10
11
+## Installation
12
13
+```
14
+npm install typescript-string-operations
15
16
17
## No jQuery required! Unit tested, works with Angular.
18
19
@@ -145,4 +153,4 @@ var fruits = builder.ToString();
145
153
| `AppendLine` | `Method` | appends a string in a new line. | `format`, `args`|
146
154
| `AppendLineFormat` | `Method` | like `format()` in a new line | `format`, `args`|
147
155
| `Clear` | `Method` | clears the `StringBuilder` | |
148
-| `ToString` | `Method` | creates the actual string. | |
156
+| `ToString` | `Method` | creates the actual string. | |
0 commit comments