Skip to content

Commit 8d062bc

Browse files
author
Piyush Bhatt
committed
Update README
1 parent 8a1a5bf commit 8d062bc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Deno module based on [crypto-random-string](https://github.com/sindresorhus/crypto-random-string). Useful for creating an identifier, slug, salt, PIN code, fixture, etc.
66

77
## Import Module
8-
---
98

109
```typescript
1110
import { cryptoRandomString, cryptoRandomStringAsync } from "https://deno.land/x/[email protected]/mod.ts"
@@ -14,7 +13,6 @@ import { cryptoRandomString, cryptoRandomStringAsync } from "https://github.com/
1413
```
1514

1615
## Usage
17-
---
1816

1917
**NOTE:** Outputs shown below are merely examples. The function will generate random string each time.
2018

@@ -56,7 +54,6 @@ await cryptoRandomStringAsync({length: 10, characters: 'abc'}); // 'abcbbbacbb'
5654
```
5755

5856
## API
59-
---
6057

6158
### cryptoRandomString(options)
6259

@@ -104,6 +101,5 @@ Use only characters from a custom set of allowed characters.
104101
Cannot be set at the same time as the `type` option.
105102

106103
## Licensing
107-
---
108104

109105
[MIT](https://github.com/piyush-bhatt/crypto-random-string/blob/main/LICENSE) licensed

0 commit comments

Comments
 (0)