Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: changed medusa-commerce to medusajs.com #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://www.medusa-commerce.com">
<a href="https://medusajs.com/">
<img alt="Medusa" src="https://user-images.githubusercontent.com/7554214/129161578-19b83dc8-fac5-4520-bd48-53cba676edd2.png" width="100" />
</a>
</p>
Expand Down Expand Up @@ -47,7 +47,7 @@ Medusa is an open-source headless commerce engine that enables developers to cre
curl localhost:9000/store/products | python -m json.tool
```

After these four steps and only a couple of minutes, you now have a complete commerce engine running locally. You may now explore [the documentation](https://docs.medusa-commerce.com/api) to learn how to interact with the Medusa API. You may also add [plugins](https://github.com/medusajs/medusa/tree/master/packages) to your Medusa store by specifying them in your `medusa-config.js` file.
After these four steps and only a couple of minutes, you now have a complete commerce engine running locally. You may now explore [the documentation](https://docs.medusajs.com/api) to learn how to interact with the Medusa API. You may also add [plugins](https://github.com/medusajs/medusa/tree/master/packages) to your Medusa store by specifying them in your `medusa-config.js` file.

## 🗄 Setting up Admin

Expand Down Expand Up @@ -138,7 +138,7 @@ Licensed under the [MIT License](https://github.com/medusajs/medusa/blob/master/
## Thank you!

<p>
<a href="https://www.medusa-commerce.com">
<a href="https://medusajs.com/">
Website
</a>
|
Expand All @@ -150,7 +150,7 @@ Licensed under the [MIT License](https://github.com/medusajs/medusa/blob/master/
Twitter
</a>
|
<a href="https://docs.medusa-commerce.com">
<a href="https://docs.medusajs.com">
Docs
</a>
</p>