Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
electricbubble committed Feb 20, 2022
1 parent c1f0275 commit 195417e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Golang-WDA

[![go doc](https://godoc.org/github.com/electricbubble/gwda?status.svg)](https://pkg.go.dev/github.com/electricbubble/gwda?tab=doc#pkg-index)
[![go report](https://goreportcard.com/badge/github.com/electricbubble/gwda)](https://goreportcard.com/report/github.com/electricbubble/gwda)
[![license](https://img.shields.io/github/license/electricbubble/gwda)](https://github.com/electricbubble/gwda/blob/master/LICENSE)
Expand All @@ -7,7 +8,7 @@

> `Android` can use [electricbubble/guia2](https://github.com/electricbubble/guia2)
[中文 README](README_CN.md)
English | [🇨🇳中文](README_CN.md)

## Installation

Expand Down Expand Up @@ -66,7 +67,7 @@ func main() {

driver.Swipe(fromX, fromY, toX, toY)

// 需要 3D Touch 硬件支持
// requires hardware support: 3D Touch
// driver.ForceTouch(x, y, 0.8)
}

Expand Down Expand Up @@ -121,7 +122,6 @@ func main() {

> [specified element](examples/keyboard/main.go) `element.SendKeys`

#### [Siri](examples/siri/main.go)

```go
Expand Down Expand Up @@ -265,7 +265,6 @@ func main() {

```


## Extensions

| |About|
Expand Down

0 comments on commit 195417e

Please sign in to comment.