Skip to content

Commit ee27221

Browse files
authored
Update README.md
1 parent 3a0f71f commit ee27221

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Either download locally as shown below or use CDN like this:
1919

2020
## Downloading locally
2121

22-
```
2322
npm install solid-file-client
24-
```
2523

2624
## Build Options
2725

@@ -35,15 +33,11 @@ If you install locally, the node_modules/solid-file-client/ folder contains thre
3533

3634
In the browser
3735

38-
```
3936
const fileClient = SolidFileClient;
40-
```
4137

4238
In a node/require context
4339

44-
```javascript
4540
const fileClient = require('solid-file-client');
46-
```
4741

4842
## Error reporting
4943

0 commit comments

Comments
 (0)