From 430a64e5366046f8a098ecb7cc26212a40976291 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 10 Apr 2016 16:41:59 +0800 Subject: [PATCH] [ci skip] fix typo. Signed-off-by: Bo-Yi Wu --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0f00073..98d53b5 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ A push notification server using [Gin](https://github.com/gin-gonic/gin) framewo * Support [Google Cloud Message](https://developers.google.com/cloud-messaging/) using [go-gcm](https://github.com/google/go-gcm) library for Android. * Support [HTTP/2](https://http2.github.io/) Apple Push Notification Service using [apns2](https://github.com/sideshow/apns2) library. * Support [YAML](https://github.com/go-yaml/yaml) configuration. -* Support command line to send single Androdi or iOS notification. +* Support command line to send single Android or iOS notification. * Support Web API to send push notification. -See the [YAML config eample](config/config.yaml): +See the [YAML config example](config/config.yaml): ```yaml core: @@ -47,7 +47,7 @@ log: ## Basic Usage -How to send push notification with `gopush` command line? (Android or iOS) +How to send push notification using `gopush` command? (Android or iOS) ### Android