You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by dm...@apache.org on 2020/04/13 23:00:22 UTC

[ignite] branch master updated: Fixed misprints in the README

This is an automated email from the ASF dual-hosted git repository.

dmagda pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 8a9f8bd  Fixed misprints in the README
8a9f8bd is described below

commit 8a9f8bd19ec1959b87505b756cd8885f953165d4
Author: Denis Magda <dm...@gridgain.com>
AuthorDate: Mon Apr 13 16:00:10 2020 -0700

    Fixed misprints in the README
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 0178868..b79a222 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 ## What is Apache Ignite?
 
-[Apache Ignite][apache-ignite-homepage] is a horizontally scalable, fault-tolerant distributed in-memory computing platform for building real-time applications that can process terabytes of data with in-memory speed.
+Apache Ignite is a horizontally scalable, fault-tolerant distributed in-memory computing platform for building real-time applications that can process terabytes of data with in-memory speed.
 
 <p align="center">
     <a href="https://ignite.apache.org">
@@ -15,7 +15,7 @@
     </a>
 </p>
 
-## Multi-Tiere Storage
+## Multi-Tier Storage
 
 Apache Ignite is designed to work with memory, disk, and Intel Optane as active storage tiers. The memory tier allows using DRAM and IntelĀ® Optaneā„¢ operating in the Memory Mode for data storage and processing needs. The disk tier is optional with the support of two options -- you can persist data in an external database or keep it in the Ignite native persistence. SSD, Flash, HDD, or Intel Optane operating in the AppDirect Mode can be used as a storage device.