Skip to content

Commit 1b6abf0

Browse files
author
auxten
committed
fix rpc README png
1 parent a8972ee commit 1b6abf0

1 file changed

Lines changed: 1 addition & 17 deletions

File tree

rpc/README.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CovenantSQL is built on DH-RPC, including:
3535

3636
## Main Sequence
3737

38-
<img src="logo/rpc.png" width=600>
38+
<img src="../logo/rpc.png" width=600>
3939

4040
## Example
4141

@@ -85,22 +85,6 @@ func main() {
8585

8686
#### Node
8787
```go
88-
/*
89-
* Copyright 2018 The CovenantSQL Authors.
90-
*
91-
* Licensed under the Apache License, Version 2.0 (the "License");
92-
* you may not use this file except in compliance with the License.
93-
* You may obtain a copy of the License at
94-
*
95-
* http://www.apache.org/licenses/LICENSE-2.0
96-
*
97-
* Unless required by applicable law or agreed to in writing, software
98-
* distributed under the License is distributed on an "AS IS" BASIS,
99-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
100-
* See the License for the specific language governing permissions and
101-
* limitations under the License.
102-
*/
103-
10488
package main
10589

10690
import (

0 commit comments

Comments
 (0)