Skip to content

Commit d8ec3ee

Browse files
committed
docs: update readme
1 parent 4385956 commit d8ec3ee

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ uncomitted changes:
109109
git pull
110110
git status
111111

112-
Next, create a new version and push it to github. Which kind of version to
113-
create depends on the type of changes since the last deployment.
112+
Next, create a new version and push it to github. Which kind of version to
113+
create depends on the type of changes since the last deployment.
114114

115115
npm version major
116116
# or: npm version minor / npm version patch
@@ -124,10 +124,14 @@ Now, run a preview build and verify it's working as intended:
124124

125125
npm run preview
126126

127-
Finally, deploy to production:
127+
Deploy to production:
128128

129129
npm run deploy
130130

131+
Finally, document the API changes in the [Marker-API Documentation][marker-doc].
132+
133+
[marker-doc]: https://docs.google.com/document/d/1L1RUW2kRSkSn02qthbimJZtjsCfdTtzXys3thCxv5O4/edit#heading=h.h498zgrs94df
134+
131135
# Marker API Design Decisions
132136

133137
## Concepts

0 commit comments

Comments
 (0)