diff --git a/site/content/blog/2018-04-18-version-2.md b/site/content/blog/2018-04-18-version-2.md index cde706795a..3204fa1035 100644 --- a/site/content/blog/2018-04-18-version-2.md +++ b/site/content/blog/2018-04-18-version-2.md @@ -15,25 +15,12 @@ Almost a year after we first started talking about version 2 on the Svelte issue Each of these items is described in more depth below. If you get stuck, ask for help in our friendly [Gitter chatroom](https://gitter.im/sveltejs/svelte). - - -- Install Svelte v2 from npm -- Upgrade your templates with [svelte-upgrade](https://github.com/sveltejs/svelte-upgrade) -- Remove calls to `component.observe`, or add the `observe` method from [svelte-extras](https://github.com/sveltejs/svelte-extras) -- Rewrite calls to `component.get('foo')` as `component.get().foo` -- Return `destroy` from your custom event handlers, rather than `teardown` -- Make sure you're not passing numeric string props to components +- Install Svelte v2 from npm +- Upgrade your templates with [svelte-upgrade](https://github.com/sveltejs/svelte-upgrade) +- Remove calls to `component.observe`, or add the `observe` method from [svelte-extras](https://github.com/sveltejs/svelte-extras) +- Rewrite calls to `component.get('foo')` as `component.get().foo` +- Return `destroy` from your custom event handlers, rather than `teardown` +- Make sure you're not passing numeric string props to components ## New template syntax diff --git a/site/src/routes/blog/[slug].html b/site/src/routes/blog/[slug].html index daa0a5c5c7..2d27e0bd2d 100644 --- a/site/src/routes/blog/[slug].html +++ b/site/src/routes/blog/[slug].html @@ -24,7 +24,9 @@