@@ -244,19 +244,19 @@ project. It will ask you a few questions to set up the project:
244244Alternatively, you can specify the options in the command line to skip some of
245245interactive prompts:
246246
247- [ npm ] : https://www.npmjs.com/
248- [ pnpm ] : https://pnpm.io/
249- [ Yarn ] : https://yarnpkg.com/
250247[ Hono ] : https://hono.dev/
251248[ Elysia ] : https://elysiajs.com/
252249[ Express ] : https://expressjs.com/
253250[ Nitro ] : https://nitro.unjs.io/
254251[ Next.js ] : https://nextjs.org/
252+ [ npm ] : https://www.npmjs.com/
253+ [ pnpm ] : https://pnpm.io/
254+ [ Yarn ] : https://yarnpkg.com/
255255[ Redis ] : https://redis.io/
256256[ PostgreSQL ] : https://www.postgresql.org/
257- [ Deno KV ] : https://deno.com/kv
258257[ AMQP ] : https://www.amqp.org/
259258[ RabbitMQ ] : https://www.rabbitmq.com/
259+ [ Deno KV ] : https://deno.com/kv
260260[ `@fedify/lint` ] : /manual/lint
261261[ `@fedify/create` ] : https://www.npmjs.com/package/@fedify/create
262262
@@ -282,7 +282,7 @@ the `-w`/`--web-framework` option. The available options are:
282282 - ` elysia ` : [ Elysia]
283283 - ` express ` : [ Express]
284284
285- ### ` -k ` /` --kv-store ` : Key –value store
285+ ### ` -k ` /` --kv-store ` : key –value store
286286
287287You can specify the key–value store to use by using the ` -k ` /` --kv-store `
288288option. The available options are:
0 commit comments