Skip to content

Commit

Permalink
small refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Mzack9999 committed Nov 12, 2022
1 parent 75cb8d0 commit 9b8cc09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Expand Up @@ -21,5 +21,5 @@ jobs:
- name: Test
run: go test ./...

- name: Build
run: go build ./example/main.go
- name: Build Example
run: go build example/main.go
3 changes: 1 addition & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ A Golang rate limit implementation which allows burst of request during the defi

## Example

An Example showing usage of ratelimit as a library is specified below.
An Example showing usage of ratelimit as a library is specified below:

```go
package main
Expand Down Expand Up @@ -50,5 +50,4 @@ func main() {
Task 9 completed after 10.001548666s
*/
}

```

0 comments on commit 9b8cc09

Please sign in to comment.