Skip to content

Commit 1f30d2c

Browse files
Update README.md
1 parent b18e336 commit 1f30d2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ By default qa checks do not run, you must enable them on a per-module basis in t
1515
```xml
1616
<properties>
1717
<!--
18-
Set qa.skip to false to run QA checks.
18+
Set bt.qa.skip to false to run QA checks.
1919
2020
Note: it's called wc.qa.skip because this functionality originated in the WComponents project.
2121
-->
22-
<wc.qa.skip>false</wc.qa.skip>
22+
<bt.qa.skip>false</bt.qa.skip>
2323
</properties>
2424
```
2525

0 commit comments

Comments
 (0)