dwyl / phoenix-ecto-append-only-log-example

📝 A step-by-step example/tutorial showing how to build a Phoenix (Elixir) App where all data is immutable (append only). Precursor to Blockchain, IPFS or Solid!
GNU General Public License v2.0
78 stars 7 forks source link

Update README.md to #24

Closed bmartin2015 closed 5 years ago

bmartin2015 commented 5 years ago

I was working through the examples and also noticed these issues, so here are the fixes to the README.md

ref: #18

ref: #19

This brings the README.md to match the source code.

codecov[bot] commented 5 years ago

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   59.09%   59.09%           
=======================================
  Files           8        8           
  Lines          22       22           
=======================================
  Hits           13       13           
  Misses          9        9

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 a9039e1...0554667. Read the comment docs.

tielur commented 5 years ago

I ran into these problems too while following the read me.