Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Nov 18, 2022
1 parent 4385956 commit d8ec3ee
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ uncomitted changes:
git pull
git status

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

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

npm run preview

Finally, deploy to production:
Deploy to production:

npm run deploy

Finally, document the API changes in the [Marker-API Documentation][marker-doc].

[marker-doc]: https://docs.google.com/document/d/1L1RUW2kRSkSn02qthbimJZtjsCfdTtzXys3thCxv5O4/edit#heading=h.h498zgrs94df

# Marker API Design Decisions

## Concepts
Expand Down

0 comments on commit d8ec3ee

Please sign in to comment.