Index: ash/README.md |
diff --git a/ash/README.md b/ash/README.md |
index e0396e03e34d6ede6d7c3bef6ee35dcff0199d16..b5424c6dfa1fe72ac7613c9d67bb8ac9b384a8ce 100644 |
--- a/ash/README.md |
+++ b/ash/README.md |
@@ -3,6 +3,6 @@ Mus+ash |
Ash is transitioning from using aura to using mus. During the |
transition period ash has support for both aura and mus. In order to |
work with both toolkits ash has a porting layer. This layer exists in |
-ash/wm/common. As portions of ash are converted to the porting layer |
-DEPS files are put in place to ensure aura specific dependencies are |
-not added back. |
+ash/common. As portions of ash are converted to the porting layer they |
+should move to ash/common. DEPS files may also be used to ensure new |
+dependencies do not get added. |