Skip to content
This repository has been archived by the owner on May 19, 2018. It is now read-only.

Commit

Permalink
fix readme (#749) [skip ci]
Browse files Browse the repository at this point in the history
Amusingly the pipeline OP "breaks" the readme formatting because Markdown likes the `|` character a bit too much. Escaping the `|` fixes this and makes the readme display properly
  • Loading branch information
baweaver authored and hzoo committed Oct 4, 2017
1 parent bbdde80 commit 43afb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ require("babylon").parse("code", {
| `bigInt` ([proposal](https://github.com/tc39/proposal-bigint)) | `100n` |
| `optionalCatchBinding` ([proposal](https://github.com/babel/proposals/issues/7)) | `try {throw 0;} catch{do();}` |
| `throwExpressions` ([proposal](https://github.com/babel/proposals/issues/23)) | `() => throw new Error("")` |
| `pipelineOperator` ([proposal](https://github.com/babel/proposals/issues/29)) | `a |> b` |
| `pipelineOperator` ([proposal](https://github.com/babel/proposals/issues/29)) | `a \|> b` |

### FAQ

Expand Down

0 comments on commit 43afb98

Please sign in to comment.