From fc5b32ab3bf277ee377628b1ed5786471c58ee63 Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Wed, 8 Mar 2017 10:04:02 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 325c9d9..96c8709 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ from nd2reader import ND2Reader images = ND2Reader('my_directory/example.nd2') ``` -After opening the file, all `pims` features are supported. Please refer to the [documentation](http://soft-matter.github.io/pims/). +After opening the file, all `pims` features are supported. Please refer to the [pims documentation](http://soft-matter.github.io/pims/). ### Contributing