Unverified Commit 68c4fd3f authored by Francois Michonneau's avatar Francois Michonneau
Browse files

[fix #82] fix typo in Rmd instructions

parent 36d18442
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -54,9 +54,9 @@ ggplot(diamonds, aes(x = carat, y = price, color = cut)) +
    geom_point()
```

For the challenges and their solutions, you need to pay attention to the where
the `>` go and where to leave blank lines. Otherwise, you can include chunks in
it to include instructions and solutions. For instance this:
For the challenges and their solutions, you need to pay attention to where the
`>` go and where to leave blank lines. You can include code chunks in both the
instructions and solutions. For instance this:

```
> ## Challenge: Can you do it?