From 520c16ddd61856d140c29d8cb54640e667a5d573 Mon Sep 17 00:00:00 2001 From: Nils Knappmeier Date: Fri, 6 May 2016 00:07:39 +0200 Subject: [PATCH] Change to in the README.md Subcomponents are referenced with `` and not with import. `test.js` does it like this and the Ractive component spec at https://github.com/ractivejs/component-spec/blob/master/implementers.md#link-tags says the same. This commit corrects the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54fab38..6e5b7e6 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Then use your Ractive components via `require()`: ```html - +
Hello {{subject}}!