Skip to content

Commit 5356995

Browse files
committed
Removed uneccesary -L from curl instructions
1 parent 39919ef commit 5356995

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ There are a few of ways to work with this repo:
1515
- Clone it in its entirety: `https://github.com/ericwbailey/accessible-html-content-patterns.git`
1616
- [Download a zipped copy](https://github.com/ericwbailey/accessible-html-content-patterns/archive/master.zip)
1717
- [Curl](http://explainshell.com/explain/1/curl) just the HTML page (great starting place for a styleguide):
18-
```bash
19-
curl -Lo accessible-html-content-patterns.html https://raw.githubusercontent.com/ericwbailey/accessible-html-content-patterns/master/docs/index.html
20-
```
18+
`curl -o accessible-html-content-patterns.html https://raw.githubusercontent.com/ericwbailey/accessible-html-content-patterns/master/docs/index.html`
2119
- Copy/paste individual elements from the [source code](https://github.com/ericwbailey/accessible-html-content-patterns/blob/master/index.html)
2220

2321

0 commit comments

Comments
 (0)