Skip to content

Commit

Permalink
docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcvelmer committed Dec 1, 2022
1 parent f1b7c62 commit 6dc8cf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.1-alpha] - 2022-11-25
## [0.0.1-alpha] - 2022-12-01

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ just see a `signer` constant.
## SDK Usage

The entry point is the SDK constructor, it will instantiate a new client
connected to the API endpoint corresponding to `dev` or `prod:
connected to the API endpoint corresponding to `dev` or `prod`:

~~~ts
const client = new VocdoniSDKClient({
Expand Down Expand Up @@ -260,5 +260,5 @@ This SDK is licensed under the [GNU Affero General Public License v3.0][license]
[dev vochain explorer]: https://dev.explorer.vote
[election interface]: ./src/types/election.ts#L29
[examples]: ./examples
[full featured CRA]: ./examples/cra/README.md
[full featured CRA]: ./examples/cra
[license]: ./LICENSE

0 comments on commit 6dc8cf3

Please sign in to comment.