Skip to content

Commit 77b1c03

Browse files
Update README.md
1 parent 9d493ce commit 77b1c03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ The generation will create project folder, within this there will be your implem
2929
2) A folder will be created and within that update the `commit0.yml` and then run `commit0 generate -l=[LANGUAGE OF CHOICE] eg. go`
3030
3) You will see that there is now an idl folder created.
3131
4) Within the idl folder modify the the protobuf services generated with your desired methods
32-
5) Go up to the parrent directory and re run `commit0 generate -l=[LANGUAGE OF CHOICE]`
33-
6) Return back to the parent directory and implement the methods
32+
5) Go up to the parent directory and re run `commit0 generate -l=[LANGUAGE OF CHOICE]`
33+
6) You will now see a `servers` folder navigate to your service folder within that directory and implement the methods generated for it
3434
7) Once you have tested your implementation and are happy with it return to the idl repo push that directory up to git
3535
8) Return to the parent directory and check the depency file, for go it will be the go.mod file remove the lines that point it to your local directory, this will now point it to the version on git that was pushed up previously
3636
10) Test and push up your implementation!

0 commit comments

Comments
 (0)