Browse Source

docs: Update tutorial-3 conclusion (#336)

keemy 4 years ago
parent
commit
70eb821516
1 changed files with 6 additions and 3 deletions
  1. 6 3
      docs/src/tutorials/tutorial-3.md

+ 6 - 3
docs/src/tutorials/tutorial-3.md

@@ -71,6 +71,9 @@ retrieve the return value. In future work, Anchor should do this transparently.
 
 
 ## Conclusion
 ## Conclusion
 
 
-That's it for the introductory tutorials for Anchor. For more, see the `examples/` directory in the
-[repository](https://github.com/project-serum/anchor). For feature requests or bugs, GitHub issues
-are appreciated. For direct questions or support, join the [Serum Discord](https://discord.gg/rg5ZZPmmTm).
+Now that you can have your programs call other programs, you should be able to access all the work being done by other developers in your own applications! 
+
+## Next Steps
+
+Up until now, we've treated programs on Solana as stateless. In the next tutorial we will learn how to add a global state to our program.
+