Skip to content

Commit

Permalink
Update move.md (MystenLabs#911)
Browse files Browse the repository at this point in the history
* Update move.md

Adding a link to jump down to writing your first package earlier in the intro sections, for those of us whom are impatient and simply want to start coding before reading more details about the language.

* Update move.md
  • Loading branch information
bholc646 authored Mar 17, 2022
1 parent 4d92473 commit 1a7e5bb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions doc/src/build/move.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,8 @@ See
for more information on package layout.

We are now ready to look at some Move code! You can either keep
following the tutorial for an introductory description of the main
Move language constructs and instructions on how to write and test
your first Move package, or you can dive straight into various Move
code [examples](../explore/examples.md).
reading for an introductory description of the main
Move language constructs or you can jump straight into the code by [writing a simple Move package](#writing-a-package), and checking out additional code [examples](../explore/examples.md).

## First look at Move source code

Expand Down

0 comments on commit 1a7e5bb

Please sign in to comment.