Skip to content

Commit

Permalink
update links in the readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnagda1 authored Mar 14, 2023
1 parent 68b298d commit 37020e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ Now assume, the current price of Reliance's stock is *₹ 800*. And now again yo
2. Navigate to project directory in the terminal or command prompt.
3. run `npm i`
4. run `npm start`
5. Your project server is running at [localhost:8000]()
5. Your project server is running at [http://localhost:8000/](http://localhost:8000/)



### Contribution

1. Fork it [https://github.com/TuxEducation/django_rest_scaffolding/fork](https://github.com/TuxEducation/django_rest_scaffolding/fork)
1. Fork it [https://github.com/vishalnagda1/average-price-calculator/fork](https://github.com/vishalnagda1/average-price-calculator/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
Expand Down

0 comments on commit 37020e3

Please sign in to comment.