| OLD | NEW |
| 1 Mojo Base | 1 Mojo Base |
| 2 ========= | 2 ========= |
| 3 | 3 |
| 4 This repository contains a library for writing C++ applications using Mojo. | 4 This repository contains a library for writing C++ applications using Mojo. |
| 5 This library is not required to write Mojo applications and does not have a | 5 This library is not required to write Mojo applications and does not have a |
| 6 stable API. | 6 stable API. |
| 7 | 7 |
| 8 # Contributing | 8 # Contributing |
| 9 | 9 |
| 10 Please do not make pull requests against this repository! | 10 Please do not make pull requests against this repository! |
| 11 | 11 |
| 12 This repository uses [Mojo](https://github.com/domokit/mojo)'s code | 12 This repository uses [Mojo](https://github.com/domokit/mojo)'s code |
| 13 reivew and build bot infrastructure. Assuming you have | 13 review and build bot infrastructure. Assuming you have |
| 14 [depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools) | 14 [depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools) |
| 15 installed, then `git cl` commands, as described | 15 installed, then `git cl` commands, as described |
| 16 [here](https://github.com/domokit/mojo#contribute), should Just Work. | 16 [here](https://github.com/domokit/mojo#contribute), should Just Work. |
| OLD | NEW |