Browse Source

a change

master
Daniel Huebleitner 4 years ago
parent
commit
ba3cbb0e9d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

8
 
8
 
9
 # Quickstart
9
 # Quickstart
10
 ```typescript
10
 ```typescript
11
-import {Backend, Frontend} from 'rpclibrary'
11
+import {Backend, Frontend} from 'rpclibrary' 
12
 
12
 
13
 const echo = (x) => x
13
 const echo = (x) => x
14
 
14
 

Loading…
Cancel
Save