Syncleus / Ferma

An ORM / OGM for the TinkerPop graph stack.
http://syncleus.com/Ferma
Apache License 2.0
137 stars 26 forks source link

Correct issues in README.md and getting_started.md #15

Closed alvanson closed 7 years ago

alvanson commented 7 years ago

g.v() [lowercase 'v'] is not defined, at least in Ferma 3.0.2. I corrected the examples accordingly to g.V() [uppercase 'V'].

There was also a random copy & paste error in README.md which I've also corrected.

codecov-io commented 7 years ago

Codecov Report

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

@@            Coverage Diff            @@
##             master      #15   +/-   ##
=========================================
  Coverage     46.26%   46.26%           
  Complexity      191      191           
=========================================
  Files            22       22           
  Lines          1126     1126           
  Branches        204      204           
=========================================
  Hits            521      521           
  Misses          496      496           
  Partials        109      109

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 60d1171...3ff1ef6. Read the comment docs.

freemo commented 7 years ago

@alvanson Please feel free to add yourself to the contributors list.