diff options
author | Corey Farwell <coreyf@rwell.org> | 2016-05-02 22:20:49 -0400 |
---|---|---|
committer | Corey Farwell <coreyf@rwell.org> | 2016-05-02 22:20:49 -0400 |
commit | 1bdc999e53ce9de5f2c923fc5c80053d96dc24ef (patch) | |
tree | 0474a9dfc2c8139362bf294f8c6e8c153921d123 /python/README.md | |
parent | d71ac8911066ee1ce8179ea7e46fb89bab9f8a31 (diff) | |
download | servo-1bdc999e53ce9de5f2c923fc5c80053d96dc24ef.tar.gz servo-1bdc999e53ce9de5f2c923fc5c80053d96dc24ef.zip |
Fix styling for Markdown headers.
Diffstat (limited to 'python/README.md')
-rw-r--r-- | python/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/README.md b/python/README.md index 88c58c51c4f..4ee50a3edce 100644 --- a/python/README.md +++ b/python/README.md @@ -1,12 +1,12 @@ This directory contains various Python modules used to support servo development. -= servo = +# `servo` servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code. -= tidy = +# `tidy` servo-tidy is used to check licenses, line lengths, whitespace, flake8 on Python files, lock file versions, and more. |