summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2017-08-03 18:52:47 +0700
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2017-08-03 18:52:47 +0700
commit350d145c84f1624cdbf7560e6780bc2c73d2843a (patch)
tree94d8ea86d3a2bc5f5488e302e5bcd43405d5f337 /README.md
parent4b10d323bab7078aede0b0c1cbc8789d3e20521b (diff)
Update README.md, replace 'make astyle' with 'make format'
The former has been replaced by the latter since 62cb38b (Use clang-format, llvm style, for formatting. - 2015-07-27) dòng được
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 1c9dd69..6b0c003 100644
--- a/README.md
+++ b/README.md
@@ -110,9 +110,9 @@ To run a test for memory leaks using `valgrind`:
make leakcheck
-To reformat source code using `astyle`:
+To reformat source code using `clang-format`:
- make astyle
+ make format
To run a "fuzz test" against ten long randomly generated inputs: