Skip to content

Commit 87ee658

Browse files
committed
[INTERNAL] README: Fix links
1 parent 0af0897 commit 87ee658

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
@@ -20,7 +20,7 @@ The virtual file system offers an abstraction layer from the physical file syste
2020
### Adapters
2121
Adapers abstract resource access to different resource locations.
2222

23-
The [memory adapter] (lib/resources/adapters/Memory.js) represents a virtual filesystem which maintains respective resources inside a data structure, whereas the [file system adapter] (lib/resources/adapters/FileSystem.js) has direct access to the physical filesytem.
23+
The [memory adapter](lib/resources/adapters/Memory.js) represents a virtual filesystem which maintains respective resources inside a data structure, whereas the [file system adapter](lib/resources/adapters/FileSystem.js) has direct access to the physical filesytem.
2424

2525
### Resource Readers
2626
Maps virtual to physical paths.

0 commit comments

Comments
 (0)