doc(oem): remove quotes from oem doc

This commit is contained in:
Brian Waldon 2014-04-07 10:58:13 -07:00
parent dfe1255ac3
commit 8841740a2b

View File

@ -69,9 +69,9 @@ coreos:
...would be rendered to the following `/etc/oem-release`:
```
ID="rackspace"
ID=rackspace
NAME="Rackspace Cloud Servers"
VERSION_ID="168.0.0"
VERSION_ID=168.0.0
HOME_URL="https://www.rackspace.com/cloud/servers/"
BUG_REPORT_URL="https://github.com/coreos/coreos-overlay"
```