From da40d6ef05113965a1f2b9fd791e17f5d136b5ea Mon Sep 17 00:00:00 2001 From: zhangderong1 Date: Fri, 30 Oct 2020 15:07:38 +0800 Subject: [PATCH] fix the grammar typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7abdb03..72084af 100755 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ [![license](http://img.shields.io/badge/license-Apache2.0-brightgreen.svg?style=flat)](https://github.com/didi/tinyid/blob/master/LICENSE) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/didi/tinyid/pulls) -Tinyid is a ID Generator Service. It provides a REST API and a java client for getting ids. Over 10 million QPS per single instance when using the java client. -Support jdk version 1.7+ +Tinyid is an ID Generator Service. It provides a REST API and a java client for getting ids. Over 10 million QPS per single instance when using the java client. +Support JDK version 1.7+ # Getting started