Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jul 20, 2022
1 parent 1e410d2 commit 2484706
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 60 deletions.
28 changes: 0 additions & 28 deletions FUN.md

This file was deleted.

5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ npm install win32-api

## Usage

### [DLL Wrapper](./FUN.md)
### DLL Wrapper

- [User32](./packages/win32-api/src/func/user32/index.user32.ts)
- [Winspool](./packages/win32-api/src/func/winspool/index.winspool.ts)

```ts
import {
Expand Down
5 changes: 4 additions & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ npm install win32-api

## 使用

### [DLL 包装器](./FUN.md)
### DLL Wrapper

- [User32](./packages/win32-api/src/func/user32/index.user32.ts)
- [Winspool](./packages/win32-api/src/func/winspool/index.winspool.ts)

```ts
import {
Expand Down
28 changes: 0 additions & 28 deletions packages/win32-api/FUN.md

This file was deleted.

5 changes: 4 additions & 1 deletion packages/win32-api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ npm install win32-api

## Usage

### [DLL Wrapper](./FUN.md)
### DLL Wrapper

- [User32](./packages/win32-api/src/func/user32/index.user32.ts)
- [Winspool](./packages/win32-api/src/func/winspool/index.winspool.ts)

```ts
import {
Expand Down
5 changes: 4 additions & 1 deletion packages/win32-api/README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ npm install win32-api

## 使用

### [DLL 包装器](./FUN.md)
### DLL Wrapper

- [User32](./packages/win32-api/src/func/user32/index.user32.ts)
- [Winspool](./packages/win32-api/src/func/winspool/index.winspool.ts)

```ts
import {
Expand Down

0 comments on commit 2484706

Please sign in to comment.