edgedb / edgedb-examples

EdgeDB example projects for different stacks
61 stars 22 forks source link

Documentation typo #95

Closed melkir closed 1 year ago

melkir commented 1 year ago

Reading through https://www.edgedb.com/docs/guides/tutorials/nextjs, it looks like there's a typo at the very beginning.

This line should be nextjs-blog if we take into account that it's a blog application and not a todo one.

npx create-next-app --typescript nextjs-todo

cd nextjs-blog

Also, not sure if this is still updated since the version specified for EdgeDB is 1.x.

Searching for an updated doc finally brought me here 😇