| commit | 91b055fd3b85d0244d848ff7c8ad1ed67cb0304f | [log] [tgz] |
|---|---|---|
| author | Oliver Sand <oliver.sand@tentaclelabs.com> | Sun Feb 16 19:59:55 2014 +0100 |
| committer | Oliver Sand <oliver.sand@tentaclelabs.com> | Sun Feb 16 19:59:55 2014 +0100 |
| tree | 5ab813952534c299736a5ee292a32517b8c6005d | |
| parent | d3f5d50be08d1cf34d433c1e6d875125e46ebb9c [diff] |
Change the sample in the readme to reflect the changes from the last commit
diff --git a/README.md b/README.md index 7fc91eb..16f90db 100644 --- a/README.md +++ b/README.md
@@ -61,7 +61,7 @@ void main() { Vector3 x = new Vector3.zero(); // Zero vector - Vector4 y = new Vector4.splatter(4.0); // Vector with 4.0 in all lanes + Vector4 y = new Vector4.all(4.0); // Vector with 4.0 in all lanes x.zyx = y.xzz; // Sets z,y,x the values in x,z,z } ```