Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit 490e33a

Browse files
authored
Merge pull request #753 from ed-flanagan/patch-1
Remove proto3 alpha reference in Node.js tutorial
2 parents 2905af9 + 506c14f commit 490e33a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/tutorials/basic/node.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,10 @@ with [protocol
1818
buffers](https://developers.google.com/protocol-buffers/docs/overview). Note
1919
that the example in this tutorial uses the
2020
[proto3](https://github.com/google/protobuf/releases) version of the protocol
21-
buffers language, which is currently in alpha release: you can find out more in
22-
the [proto3 language
23-
guide](https://developers.google.com/protocol-buffers/docs/proto3) and see the
24-
[release notes](https://github.com/google/protobuf/releases) for the new version
25-
in the protocol buffers GitHub repository.
21+
buffers language. You can find out more in the
22+
[proto3 language guide](https://developers.google.com/protocol-buffers/docs/proto3)
23+
and see the [release notes](https://github.com/google/protobuf/releases) for
24+
the new version in the protocol buffers GitHub repository.
2625

2726
<div id="toc"></div>
2827

0 commit comments

Comments
 (0)