diff --git a/README.md b/README.md index 9025d14..a20381c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ This DApp is composed of 2 main folders: 2. Start Ganache 3. Test the contracts with `truffle test` 4. Deploy the contract via `truffle migrate` -5. Generate TypeScript "types" to wrap the contracts with `npm run types` +5. Generate the TypeScript interfaces for the contracts with `npm run types` ### Web application part @@ -38,3 +38,5 @@ This DApp is composed of 2 main folders: 4. The webapp is available at http://localhost:8080/ ## To Do + +_Nothing at the moment_ \ No newline at end of file