diff options
| author | Gavin Andresen <[email protected]> | 2013-08-06 16:53:23 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-08-06 16:53:23 -0700 |
| commit | 1188a33d184bc6827ac7fb7839d9c5d7cb5676cf (patch) | |
| tree | cd433d096ff2901ee3139460f2db88e9f6c68b51 | |
| parent | Merge pull request #2881 from Diapolo/translations_rem_newline (diff) | |
| parent | fix typo in README.md (diff) | |
| download | discoin-1188a33d184bc6827ac7fb7839d9c5d7cb5676cf.tar.xz discoin-1188a33d184bc6827ac7fb7839d9c5d7cb5676cf.zip | |
Merge pull request #2882 from codler/patch-4
Fix typo
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ submitter will be asked to start a discussion (if they haven't already) on the The patch will be accepted if there is broad consensus that it is a good thing. Developers should expect to rework and resubmit patches if the code doesn't -match the project's coding conventions (see `doc/coding.txt`) or are +match the project's coding conventions (see `doc/coding.md`) or are controversial. The `master` branch is regularly built and tested, but is not guaranteed to be |