From 350b1d1b682f0fac18cd14ffef8c743d1c2520b3 Mon Sep 17 00:00:00 2001 From: sculove Date: Wed, 9 Dec 2015 14:02:50 +0900 Subject: [PATCH] docs(README) : add travis logo and url ref e-187 --- README-ko.md | 4 ++-- README.md | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README-ko.md b/README-ko.md index 0ab1a89..20f0a10 100644 --- a/README-ko.md +++ b/README-ko.md @@ -1,5 +1,5 @@ ## egjs - +[![Build Status](https://travis-ci.org/egjs/egjs.svg?branch=master)](https://travis-ci.org/egjs/egjs) egjs는 jQuery기반의 UI 인터랙션, 이펙트, 유틸리티로 구성된 통합 라이브러리로써 다양한 환경을 지원하는 빠른 웹어플리케이션을 쉽게 개발할 수 있도록 도와줍니다. > - **데모**: http://codepen.io/egjs/ @@ -20,7 +20,7 @@ egjs는 jQuery기반의 UI 인터랙션, 이펙트, 유틸리티로 구성된 ### jQuery Extensions #### methods -* **persit** : 데이터를 저장하고 persist이벤트에서 저장한 데이트를 사용할 수 있게 하는 메서드 +* **persist** : 데이터를 저장하고 persist이벤트에서 저장한 데이트를 사용할 수 있게 하는 메서드 * **css** : jQuery버전에서 자동으로 vendor prefix을 지원하지 않는 경우 prefix없이 사용하게 하는 확장기능 * **animate** : jQuery animate 확장해 transform 및 3d 가속 지원 diff --git a/README.md b/README.md index acc4a80..72808ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # egjs +[![Build Status](https://travis-ci.org/egjs/egjs.svg?branch=master)](https://travis-ci.org/egjs/egjs) 'egjs' is a set of UI interactions, effects and utilities components library using jQuery, which brings easiest and fastest way to build web application in your way. @@ -20,7 +21,7 @@ ### jQuery Extensions #### Methods -* **persit** : Provide cache interface to handle persisted data among history navigation. +* **persist** : Provide cache interface to handle persisted data among history navigation. * **css** : Help to use css properties without browser's vendor prefix. * **animate** : Support transform and 3d acceleration extending jQuery's animate.