Skip to content

Commit 69e4f70

Browse files
committed
tweak claude file
1 parent 170cf00 commit 69e4f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This directory contains the source code for the Scales web application, built us
44

55
## Architecture
66

7-
The app is structured as a Svelte project which is stored in the `src/app` directory and a frets library in src/frets that handles rendering fret boards and musical notation. The core of the app is build on top of the Tonal music theory library, which provides functions for generating scales, chords, and notes and can be found here: node_modules/tonal.
7+
The app is structured as a SvelteKit project which is stored in the `src` directory and a frets library in src/lib/frets that handles rendering fret boards and musical notation. The core of the app is build on top of the Tonal music theory library, which provides functions for generating scales, chords, and notes and can be found here: node_modules/tonal.
88

99
## Documentation
1010

0 commit comments

Comments
 (0)