Skip to content

Commit

Permalink
fixed outdated name
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-sanche committed Sep 18, 2024
1 parent 77560c9 commit 252ddef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cross_sync/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ CrossSync provides a set of annotations to mark up async classes, to guide the g

Generation can be initiated using `python .cross_sync/generate.py .`
from the root of the project. This will find all classes with the `__CROSS_SYNC_OUTPUT__ = "path/to/output"`
annotation, and generate a sync version of classes marked with `@CrossSync.export_sync` at the output path.
annotation, and generate a sync version of classes marked with `@CrossSync.convert_sync` at the output path.

## Architecture

Expand Down

0 comments on commit 252ddef

Please sign in to comment.