Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
ua-nick committed Apr 1, 2018
1 parent 5f9a58b commit 86abf32
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,15 @@ There are several data structures and algorithms implemented in this project. Th

## Usage

The library is not intended for direct use by importing. We strongly recommend copying the necessary implementations and adjusting to your case.

You can download the source using `go get` command:

```
go get github.com/floyernick/Data-Structures-and-Algorithms
```

Then just copy the required code into your project. Don't forget about proverb:
Don't forget about proverb:
> A little copying is better than a little dependency.
## Contribute
Expand Down

0 comments on commit 86abf32

Please sign in to comment.