From 529338a820b1783242f7d3d7f83568371a04e1a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gregor=20M=C3=BCllegger?= Date: Mon, 7 Dec 2015 19:55:16 +0100 Subject: [PATCH] Fix link to example file in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7fdf2a7..92d3dca 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Each OT type exposes a single object with the following properties. Note that only *name*, *create*, *apply* and *transform* are strictly required, though most types should also include *url* and *compose*. -There is a simple example of a working type in [example.js](example.js). For a +There is a simple example of a working type in [example.js](example/simple.js). For a more thorough example, take a look at [the text type](/ottypes/text). If you're publishing your library in npm (and you should!), the module should