experimental
diff --git a/README.md b/README.md
index 23ff19f..0244f52 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,11 @@
+**This is an experimental project still undergoing active development and breaking changes.**
+
 # terraform-exec
 
 A Go module for constructing and running [Terraform](https://terraform.io) CLI commands. Structured return values use the data types defined in [terraform-json](https://github.com/hashicorp/terraform-json).
 
 The [Terraform Plugin SDK](https://github.com/hashicorp/terraform-plugin-sdk) is the canonical Go interface for Terraform plugins using the gRPC protocol. This library is intended for use in Go programs that make use of Terraform's other interface, the CLI. Importing this library is preferable to importing `github.com/hashicorp/terraform/command`, because the latter is not intended for use outside Terraform Core.
 
-This is not an official HashiCorp project.
-
 ## Usage
 
 The `Terraform` struct must be initialised with `NewTerraform(workingDir, execPath)`.