DevOps2018-Promotions / promotions

The promotions resource is a representation of a special promotion or sale that is running against a product or perhaps the entire store. Some examples are "buy 1 get 1 free", "20% off" etc.
MIT License
2 stars 2 forks source link

Update README.md #38

Closed bengunvl closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #38 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #38   +/-   ##
=======================================
  Coverage   91.52%   91.52%           
=======================================
  Files           2        2           
  Lines         177      177           
=======================================
  Hits          162      162           
  Misses         15       15

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 05e7478...3cfd660. Read the comment docs.

zhangcshcn commented 6 years ago

A few suggestions:

  1. In github style markdown, use two spaces at the end of a line for a new line.
  2. make the commands an (inline) code block. Use to wrap thecode` to make it inline. Use ``` to separate the lines around to
    make a code block.
  3. always preview markdown.