From bc4e4b5b9b56fd19573dc6271b11997709086475 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 24 Apr 2016 09:55:27 -0500 Subject: [PATCH] Update README a bit [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d297eb9..d2dd5b3 100644 --- a/README.md +++ b/README.md @@ -2,4 +2,4 @@ [![Build Status](https://travis-ci.org/timholy/ArrayIterationPlayground.jl.svg?branch=master)](https://travis-ci.org/timholy/ArrayIterationPlayground.jl) -This repository was designed as a place to deposit experiments related to generalizing Julia's array iteration API. An issue for general discussion can be found over at https://github.com/JuliaLang/julia/issues/15648. Initial commits tested what it would "feel like" to write code in various APIs. At present, is slowly beginning to accumulate working code. +This repository was designed as a place to deposit experiments related to generalizing Julia's array iteration API. An issue for general discussion can be found over at https://github.com/JuliaLang/julia/issues/15648. Initial commits tested what it would "feel like" to write code in various APIs. At present, is slowly beginning to accumulate working code. Your best option for learning the current state is to example the tests run by `test/runtests.jl` (including all the files it runs).