Skip to content

Commit 4c2b774

Browse files
author
Sven Ulrich
committed
docs: updated readme
1 parent f34ab0f commit 4c2b774

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111

1212
```typescript
13-
import { StringBuilder, join, format, isNullOrWhiteSpace } from 'typescript-string-operations';
13+
import { StringBuilder, emptyString, joinString, formatString, isNullOrWhiteSpace } from 'typescript-string-operations';
1414
```
1515

1616
When migrating from Version 1.4.1 or lower, you can also import the class `String`. Using this String class would override the native `String` object from JavaScript. We will remove this declaration with the next major release

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "typescript-string-operations",
3-
"version": "1.5.0",
3+
"version": "1.5.0-rc.15",
44
"description": "Simple lightweight string operation library for Typescript, works with Angular",
55
"main": "dist/index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)