diff options
| author | bors <bors@rust-lang.org> | 2016-09-12 10:54:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-12 10:54:08 -0700 |
| commit | f81f4964d26683c9a47ff4516a97ab84095d7bc9 (patch) | |
| tree | 89fa4d5779d24b5f1ce721aa7c568ef6d5a13a2c | |
| parent | 888970370a3f4b9e8be399869581422c67638d7b (diff) | |
| parent | 66ae481055d5379656c420a30534887a31f81404 (diff) | |
| download | rust-f81f4964d26683c9a47ff4516a97ab84095d7bc9.tar.gz rust-f81f4964d26683c9a47ff4516a97ab84095d7bc9.zip | |
Auto merge of #36204 - c4rlo:patch-3, r=GuillaumeGomez
README.md: fix a "\" in table heading to be "/"
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index dbe48a50cfa..f2385f31518 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ fetch snapshots, and an OS that can execute the available snapshot binaries. Snapshot binaries are currently built and tested on several platforms: -| Platform \ Architecture | x86 | x86_64 | +| Platform / Architecture | x86 | x86_64 | |--------------------------------|-----|--------| | Windows (7, 8, Server 2008 R2) | ✓ | ✓ | | Linux (2.6.18 or later) | ✓ | ✓ | |
