Skip to content

Commit f958a60

Browse files
committed
Update README.md
1 parent e6ce9b7 commit f958a60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ Here is a little cheat-sheet for how to symlink your app's `node_modules/dexie`
278278
279279
Your app's `node_modules/dexie/` is now sym-linked to the Dexie.js clone on your hard drive so any change you do there will propagate to your app. Build dexie.js using `npm run build` or `npm run watch`. The latter will react on any source file change and rebuild the dist files.
280280
281-
That's it. Now you're up and running to test and commit changes to Dexie.js that will instantly affect the app you are developing.
281+
That's it. Now you're up and running to test and commit changes to files under dexie/src/* or dexie/test/* and the changes will instantly affect the app you are developing.
282282
283283
Pull requests are more than welcome. Some advices are:
284284

0 commit comments

Comments
 (0)