Skip to content

Commit 0fd0f53

Browse files
committed
Rebuilt readme with tldw
1 parent 35dd755 commit 0fd0f53

File tree

1 file changed

+8
-24
lines changed

1 file changed

+8
-24
lines changed

readme.md

Lines changed: 8 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ npm install --save @jaid/read-file-string@^1.0.4
3636

3737
## Example
3838

39+
3940
```javascript
4041
import readFileString from "read-file-string"
4142

@@ -44,7 +45,7 @@ readFileString("./doesNotExist.txt").then(result => {
4445
})
4546
```
4647

47-
Variable `result` will now be:
48+
Variable `result` will be:
4849

4950
```javascript
5051
null
@@ -62,6 +63,10 @@ null
6263

6364

6465

66+
67+
68+
69+
6570
## Development
6671

6772

@@ -83,26 +88,5 @@ npm run test
8388

8489

8590
## License
86-
```text
87-
MIT License
88-
89-
Copyright © 2020, Jaid <[email protected]> (github.com/jaid)
90-
91-
Permission is hereby granted, free of charge, to any person obtaining a copy
92-
of this software and associated documentation files (the "Software"), to deal
93-
in the Software without restriction, including without limitation the rights
94-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
95-
copies of the Software, and to permit persons to whom the Software is
96-
furnished to do so, subject to the following conditions:
97-
98-
The above copyright notice and this permission notice shall be included in all
99-
copies or substantial portions of the Software.
100-
101-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
102-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
103-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
104-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
105-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
106-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
107-
SOFTWARE.
108-
```
91+
[MIT License](https://raw.githubusercontent.com/jaid/read-file-string/master/license.txt)
92+
Copyright © 2021, Jaid \<[email protected]> (https://github.com/jaid)

0 commit comments

Comments
 (0)