README.adoc in tana-0.3.0 vs README.adoc in tana-0.4.0
- old
+ new
@@ -8,12 +8,12 @@
:dry_monads_link: link:https://dry-rb.org/gems/dry-monads[Dry Monads]
:dry_schema_link: link:https://dry-rb.org/gems/dry-schema[Dry Schema]
:dry_validation_link: link:https://dry-rb.org/gems/dry-validation[Dry Validation]
:function_composition_link: link:https://alchemists.io/articles/ruby_function_composition[Function Composition]
:pattern_matching_link: link:https://alchemists.io/articles/ruby_pattern_matching[Pattern Matching]
+:pipeable_link: link:https://alchemists.io/projects/pipeable[Pipeable]
:tana_link: link:https://tana.inc[Tana]
-:transactable_link: link:https://alchemists.io/projects/transactable[Transactable]
= Tana
This gem is a monadic API client for the {tana_link} Personal Knowledge Management (PKM) system. This allows you to build more sophisticated workflows atop the {api_link} using a design which leverages {function_composition_link} for a powerful, fault tolerant, workflow.
@@ -23,10 +23,10 @@
== Features
* Provides an API client which implements Tana's limited, early access {api_link}.
* Provides HTTP request and response verification using {dry_schema_link} and {dry_validation_link}.
-* Uses {function_composition_link} -- coupled with {transactable_link} -- to process each HTTP request and response.
+* Uses {function_composition_link} -- coupled with {pipeable_link} -- to process each HTTP request and response.
== Requirements
. link:https://www.ruby-lang.org[Ruby].
. {tana_link}.