Skip to content

Commit 4e9a8ac

Browse files
committed
fixed file paths
1 parent 8eddb30 commit 4e9a8ac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ As it is set up, inventory is fetched from a local hard coded array of inventory
9191

9292
#### Configuring inventory provider
9393

94-
Update __providers/inventoryProvider.js__ with your own inventory provider.
94+
Update __utils/inventoryProvider.js__ with your own inventory provider.
9595

9696
#### Download images at build time
9797

@@ -156,11 +156,11 @@ await Promise.all(
156156

157157
### Updating with Auth / Admin panel
158158

159-
1. Update __src/pages/admin.js__ with sign up, sign, in, sign out, and confirm sign in methods.
159+
1. Update __pages/admin.js__ with sign up, sign, in, sign out, and confirm sign in methods.
160160

161-
2. Update __src/templates/ViewInventory.js__ with methods to interact with the actual inventory API.
161+
2. Update __components/ViewInventory.js__ with methods to interact with the actual inventory API.
162162

163-
3. Update __src/components/formComponents/AddInventory.js__ with methods to add item to actual inventory API.
163+
3. Update __components/formComponents/AddInventory.js__ with methods to add item to actual inventory API.
164164

165165
### Roadmap
166166

0 commit comments

Comments
 (0)