Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(240)

Side by Side Diff: README.md

Issue 1855523002: Fix typo in README.md (Closed) Base URL: git@github.com:domokit/base.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698