Skip to content

Commit

Permalink
Update run.md
Browse files Browse the repository at this point in the history
  • Loading branch information
22388o authored Nov 1, 2023
1 parent ac216da commit b2524a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Explain how users can use your DLC in their own projects. Provide Dart code exam
import 'package:your_dlc_package/your_dlc_module.dart';
void main() {
final result = YourDLCModule.doSomething();
final result = OracleInfo
print(result);
}
```
Expand Down

0 comments on commit b2524a3

Please sign in to comment.