diff --git a/README.md b/README.md index 6de1d452452cdf84d10f88695c3a24aafa9de17e..0f6a98af968bec988d333db36d4eeb8543304102 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ [](https://maven-badges.herokuapp.com/maven-central/com.syncleus.ferma/ferma/) [](https://gitter.im/Syncleus/Ferma?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) -An ORM / OGM for the TinkerPop graph stack. +An ORM / OGM for the Apache TinkerPopâ„¢ graph stack. **Licensed under the Apache Software License v2** @@ -28,7 +28,7 @@ boilerplate code as well as handling Java typing transparently. This ensures wha persist it to the graph the same Java type will be used when instantiating a class off of the graph. Ferma is designed to easily replace TinkerPop Frames in existing code, as such, the annotations provided by Ferma are a -super-set of those provided by TinkerPop Frames. +super-set of those originally provided by TinkerPop Frames. Ferma is built directly on top of TinkerPop and allows access to all of the internals. This ensures all the TinkerPop features are available to the end-user. The TinkerPop stack provides several tools which can be used to work diff --git a/docs/index.md b/docs/index.md index 07e998f26dbc8c6db6621d720916a70375898574..3c80c54e95f5e904063a78b95ebab85128eb2510 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,6 +1,6 @@  -An ORM / OGM for the TinkerPop graph stack. +An ORM / OGM for the Apache TinkerPopâ„¢ graph stack. **Licensed under the Apache Software License v2**