Skip to content

Commit

Permalink
Adds markdown syntax highlight on first code block in readme
Browse files Browse the repository at this point in the history
✌️
  • Loading branch information
GabLeRoux authored Nov 10, 2017
1 parent 4a12bab commit 7ac2262
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 @@ -43,7 +43,7 @@ Great introduction to Rx article: [The introduction to Reactive Programming you'

The following code implements the double click detection example from the article in UniRx:

```
```csharp
var clickStream = Observable.EveryUpdate()
.Where(_ => Input.GetMouseButtonDown(0));

Expand Down

0 comments on commit 7ac2262

Please sign in to comment.