summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schoeberl2020-08-27 19:59:02 +0200
committerGitHub2020-08-27 10:59:02 -0700
commitb01a14d78e34e2ad3065453da7c355b266eaf8d4 (patch)
tree7f91c53e41ce321e29ed5abdeebdd038051a8abb
parentb0389cc905eb19103cc4bc55e9ec9666c9939dca (diff)
Update README.md (#1570)
A quick fix for the developer's confusion
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 49f37965..9ff5f0e3 100644
--- a/README.md
+++ b/README.md
@@ -138,8 +138,8 @@ These are the base data types for defining circuit components:
![Image](https://raw.githubusercontent.com/freechipsproject/chisel3/master/doc/images/type_hierarchy.svg?sanitize=true)
-## Developer Documentation
-This section describes how to get started developing Chisel itself, including how to test your version locally against other projects that pull in Chisel using [sbt's managed dependencies](https://www.scala-sbt.org/1.x/docs/Library-Dependencies.html).
+## Contributor Documentation
+This section describes how to get started contributing to Chisel itself, including how to test your version locally against other projects that pull in Chisel using [sbt's managed dependencies](https://www.scala-sbt.org/1.x/docs/Library-Dependencies.html).
### Compiling and Testing Chisel