aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Sauer <cpsauer@users.noreply.github.com>2021-03-31 12:34:15 -0700
committerGitHub <noreply@github.com>2021-03-31 15:34:15 -0400
commitb3ce9e70e5938214c605c8a0612f98f337dc8af5 (patch)
treecd66d907ae68e8cc532212ad0bfbb4dbbfe92bc6
parentf80bc733d4b9f83d427ce3442be2e07427b2cc8d (diff)
downloadbazel-skylib-b3ce9e70e5938214c605c8a0612f98f337dc8af5.tar.gz
Add write_file and copy_file docs to README (#291)
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f8c63b..61ce82f 100644
--- a/README.md
+++ b/README.md
@@ -59,6 +59,8 @@ s = shell.quote(p)
* [analysis_test](docs/analysis_test_doc.md)
* [build_test](docs/build_test_doc.md)
+* [copy_file](docs/copy_file_doc.md)
+* [write_file](docs/write_file_doc.md)
## Writing a new module