Skip to content

Commit 3792f08

Browse files
authored
Use fixed width font for device attributes in docs
1 parent 99bf8e9 commit 3792f08

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@ table below shows an example of what the data will look like in Sentry.
4040

4141
<thead><tr><th colspan="2">DEVICE</th></tr></thead>
4242
<tbody>
43-
<tr><td>Family</td><td>google</td></tr>
44-
<tr><td>Model</td><td>bullhead (Nexus 5X)</td></tr>
45-
<tr><td>Architecture</td><td>aarch64</td></tr>
46-
<tr><td>Orientation</td><td>portrait</td></tr>
47-
<tr><td>screen_resolution</td><td>1794x1080</td></tr>
43+
<tr><td>Family</td><td><code>google</code></td></tr>
44+
<tr><td>Model</td><td><code>bullhead (Nexus 5X)</code></td></tr>
45+
<tr><td>Architecture</td><td><code>aarch64</code></td></tr>
46+
<tr><td>Orientation</td><td><code>portrait</code></td></tr>
47+
<tr><td>screen_resolution</td><td><code>1794x1080</code></td></tr>
4848
</tbody>
4949

5050
<thead><tr><th colspan="2">OPERATING SYSTEM</th></tr></thead>
5151
<tbody>
52-
<tr><td>Name</td><td>Android</td></tr>
53-
<tr><td>Version</td><td>7.0 (24)</td></tr>
54-
<tr><td>Kernel Version</td><td>3.10.73-g76d746e</td></tr>
52+
<tr><td>Name</td><td><code>Android</code></td></tr>
53+
<tr><td>Version</td><td><code>7.0 (24)</code></td></tr>
54+
<tr><td>Kernel Version</td><td><code>3.10.73-g76d746e</code></td></tr>
5555
</tbody>
5656

5757
<thead><tr><th colspan="2">PACKAGE</th></tr></thead>
5858
<tbody>
59-
<tr><td>name</td><td>com.example.package</td></tr>
60-
<tr><td>version_code</td><td>210</td></tr>
61-
<tr><td>version_name</td><td>2.1</td></tr>
59+
<tr><td>name</td><td><code>com.example.package</code></td></tr>
60+
<tr><td>version_code</td><td><code>210</code></td></tr>
61+
<tr><td>version_name</td><td><code>2.1</code></td></tr>
6262
</tbody>
6363

6464
</table>

0 commit comments

Comments
 (0)