Skip to content

Commit

Permalink
Update introduction
Browse files Browse the repository at this point in the history
  • Loading branch information
gouguoyin committed Nov 27, 2024
1 parent 79209ec commit 839738a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ English | [简体中文](README.cn.md)

### Introduction

A simple, semantic and developer-friendly `golang` package for encryption algorithms, has been included by [awesome-go](https://github.com/avelino/awesome-go#security "awesome-go")
A simple, semantic and developer-friendly `golang` crypto package, has been included by [awesome-go](https://github.com/avelino/awesome-go#security "awesome-go")

### Repository

Expand All @@ -37,7 +37,7 @@ go get -u gitcode.com/dromara/dongle
import "gitcode.com/dromara/dongle"
```

`Dongle` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository url has changed. If the previous repository used was `golang-module/dongle`, please replace the original repository with the new repository in `go.mod`, for example
`Dongle` was donated to the [dromara](https://dromara.org/ "dromara") organization, the repository url has changed, if the previous repository used was `golang-module/dongle`, please replace the original repository with the new repository in `go.mod`, for example

```go
go mod edit -replace github.com/golang-module/dongle=github.com/dromara/dongle
Expand Down Expand Up @@ -1269,7 +1269,6 @@ rsa: invalid public key, please make sure the public key is valid
* [java/jasypt](https://github.com/jasypt/jasypt)
* [python/pycrypto](https://github.com/pycrypto/pycrypto)


### Sponsors

`Dongle` is a non-commercial open source project. If you want to support `Dongle`, you can [buy a cup of coffee](https://opencollective.com/go-carbon) for developer.
Expand Down

0 comments on commit 839738a

Please sign in to comment.