From 5f287ca24a1415bb2281bebf86127b588db25d25 Mon Sep 17 00:00:00 2001 From: Girish21 Date: Sun, 12 Jun 2022 00:03:27 +0530 Subject: [PATCH] readme fix ordering --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 07d664c..c9be7c2 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,6 @@ This turborepo uses [npm](https://www.npmjs.com/) as a package manager. It inclu ## Getting Started 🪄 -Durable Objects are only available with a Workers paid subscription. However, you can upgrade to the paid plan from the [Dashboard](https://dash.cloudflare.com). - Let's setup `wrangler` CLI [instalation](https://github.com/cloudflare/wrangler#installation) (wrangler requires a minimum Node version of `16`) ```sh @@ -68,6 +66,8 @@ git push ## Durable Objects 🔥 +Durable Objects are only available with a Workers paid subscription. However, you can upgrade to the paid plan from the [Dashboard](https://dash.cloudflare.com). + This starter template comes with a simple DO implementation to keep track of the number of times the root loader is invoked. If you're starting with DO and not sure what it is, go through the official docs on [Durable Objects](https://remix.run/docs/en/v1/api/conventions#page-context-in-meta-function) will be a good start!