aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 18455bd..bd518ba 100644
--- a/README.md
+++ b/README.md
@@ -28,6 +28,9 @@ applications in Go. If you find this package useful, please tell us about it!
## Examples
+Note that `Operation` now returns a value of type `interface{}`, which isn't included in the examples
+throughout the documentation yet. See the type signatures for `Atomically` and `Operation`.
+
Here's some example code that demonstrates how to perform common operations:
```go