diff --git a/README.md b/README.md index 6b333f7..b12c9ea 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ blog post. Importing the software project to the IDE and interacting with it should be fast and fully reliable. IDEs and other tools should be able to change the definition automatically or through UI reliably. -We implement those principles through a _declarative DSL_ which is at the moment based on Kotlin. +We implement those principles through a _declarative DSL_ which is, at the moment, based on Kotlin. The [Declarative Gradle Announcement](https://blog.gradle.org/declarative-gradle) outlines more details about the project and the new Declarative DSL we are building. @@ -132,13 +132,13 @@ They are not ready for evaluation at the moment: - [Unified Prototype](./unified-prototype/README.md) - prototypes of plugins for JVM, Android, and KMP projects built using "unified" plugins that all utilize a similar model and implemented using the Declarative DSL - [Other Early prototypes](./early-prototypes/README.md) - -Initial prototypes created for feedback and discussion purposes. +Initial prototypes were created for feedback and discussion purposes. ## License All text/documentation content is open source and licensed under the [Creative Commons Attribution-NonCommercial-ShareAlike 4.0 License](./LICENSE.txt). -Some code samples may be licensed under the Apache License v2.0, +Some code samples may be licensed under the Apache License v2.0 or other permissive OSI-compliant licenses. ## Read More