Skip to content

Commit

Permalink
fixing spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
logicalmechanism committed May 16, 2023
1 parent e6ba4d4 commit 0e9564c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It extends the default library with routines that will assist in quick developme

## Using the library

Add this to the dependency seciton of the `aiken.toml` file:
Add this to the dependency section of the `aiken.toml` file:

```
[[dependencies]]
Expand All @@ -24,4 +24,4 @@ use assist/count

## Documentation

Build the documentation locally with `aiken docs` or view [documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/logicalmechanism/assist/main/docs/index.html).
Build the documentation locally with `aiken docs` or view the [documentation](https://htmlpreview.github.io/?https://raw.githubusercontent.com/logicalmechanism/assist/main/docs/index.html).
2 changes: 1 addition & 1 deletion aiken.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "aiken-lang/assist"
version = "1.0.0"
version = "0.1.0"
license = "Apache-2.0"
description = "Aiken Assist Library"

Expand Down

0 comments on commit 0e9564c

Please sign in to comment.