Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 4162eed

Browse files
committed
docs: invalid grammar-modules directory in README
1 parent 6a50a04 commit 4162eed

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
@@ -69,7 +69,7 @@ Apart from the `DynamicModulePlugin`, there are [other Gradle plugins](https://g
6969

7070
The common configuration for the grammars can be found in the [`build.gradle.kts`](https://github.com/AndroidIDEOfficial/android-tree-sitter/blob/52cc0400feee5079cac25b27d1e7b673ee53f436/build.gradle.kts#L136) file. This is where you can make changes or adjustments to the module configuration that applies to all grammars.
7171

72-
The generated modules are located in the `rootDir/build/grammar-modules` directory. This is where you can find the output of the module generation process.
72+
The generated modules are located in the `rootDir/grammar-modules` directory. This is where you can find the output of the module generation process.
7373

7474
To add a new grammar to the project, follow these steps:
7575

0 commit comments

Comments
 (0)