Skip to content

Commit 7a2c2e9

Browse files
committed
Update dirs in readme
1 parent b92d0bd commit 7a2c2e9

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

+3-5
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@ Contracts Wizard is a web application to interactively build a contract out of c
1212

1313
Install dependencies with `yarn install`.
1414

15-
`packages/core` contains the code generation logic for Solidity.
16-
17-
`packages/core-cairo` contains the code generation logic for Cairo.
15+
`packages/core` contains the code generation logic for Solidity and Cairo under separately named subfolders.
1816

1917
`packages/ui` is the interface built in Svelte. `yarn dev` spins up a local server to develop the UI.
2018

@@ -38,5 +36,5 @@ For Cairo, use the `data-lang` attribute: `<oz-wizard data-lang="cairo"></oz-wiz
3836

3937
The following describes how to use the Contracts Wizard programmatic API in your own applications.
4038

41-
- [Contracts Wizard API for Solidity](packages/core/README.md)
42-
- [Contracts Wizard API for Cairo](packages/core-cairo/README.md)
39+
- [Contracts Wizard API for Solidity](packages/core/solidity/README.md)
40+
- [Contracts Wizard API for Cairo](packages/core/cairo/README.md)

0 commit comments

Comments
 (0)