From 8384ee9783ec89ba194bbf2ea5fa368a76f7e2ba Mon Sep 17 00:00:00 2001 From: Mykola Mokhnach Date: Sat, 14 Oct 2023 08:32:33 +0200 Subject: [PATCH] docs: Update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3202ccd9..a3154615 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ [![NPM version](http://img.shields.io/npm/v/appium-android-driver.svg)](https://npmjs.org/package/appium-android-driver) [![Downloads](http://img.shields.io/npm/dm/appium-android-driver.svg)](https://npmjs.org/package/appium-android-driver) -[![Build Status](https://travis-ci.org/appium/appium-android-driver.svg?branch=master)](https://travis-ci.org/appium/appium-android-driver) - # Appium Android Driver Appium Android Driver is the collection of common primitives used by other Android drivers, like UIA2/Espresso. This driver cannot work as a separate entity. @@ -14,6 +12,7 @@ Appium Android Driver is the collection of common primitives used by other Andro ``` npm i npm run build +npm run lint ``` ### Unit Test