README: Update syntax.

Julien LepillerTue Jun 11 18:13:57+0200 2019

386eac4

README: Update syntax.

README.md

2222
[Guix](https://www.gnu.org/software/guix/download/) itself. Then, simply create
2323
a new `~/.config/guix/guix/channels.scm` file with this content:
2424
25-
```scm
25+
```scheme
2626
(cons* (channel
2727
        (name 'guix-home-manager)
2828
        (url "https://framagit.org/tyreunom/guix-home-manager.git")

7272
To create your first home configuration, you must create a configuration file.
7373
For instance, create `/data/alice/.config/guix/home.scm`:
7474
75-
```scm
75+
```scheme
7676
(use-modules (home))
7777
7878
(home