Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi authored Dec 22, 2024
1 parent 86bce58 commit 8c3ef43
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/hacker_news/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Demonstrate a news articles with jotai, hit next to see more articles.
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm i
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/hacker_news && pnpm i
cd examples/hacker_news && pnpm install

# start the dev server
pnpm dev
Expand Down
4 changes: 2 additions & 2 deletions examples/hello/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm i
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/hello && pnpm i
cd examples/hello && pnpm install

# start the dev server
pnpm dev
Expand Down
4 changes: 2 additions & 2 deletions examples/mega-form/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm i
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/mega-form && pnpm i
cd examples/mega-form && pnpm install

# start the dev server
pnpm dev
Expand Down
4 changes: 2 additions & 2 deletions examples/text_length/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Count the length and show the uppercase of any text.
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm i
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/text_length && pnpm i
cd examples/text_length && pnpm install

# start the dev server
pnpm dev
Expand Down
4 changes: 2 additions & 2 deletions examples/todos/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Record your todo list by typing them into this app, check them if you have compl
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm i
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/todos && pnpm i
cd examples/todos && pnpm install

# start the dev server
pnpm dev
Expand Down
4 changes: 2 additions & 2 deletions examples/todos_with_atomFamily/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Implement a todo list using atomFamily and localStorage, you can store your todo
git clone https://github.com/pmndrs/jotai

# install project dependencies & build the library
cd jotai && pnpm i
cd jotai && pnpm install

# move to the examples folder & install dependencies
cd examples/todos_with_atomFamily && pnpm i
cd examples/todos_with_atomFamily && pnpm install

# start the dev server
pnpm dev
Expand Down

0 comments on commit 8c3ef43

Please sign in to comment.