Skip to content

Commit

Permalink
Correct README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
liranh85 committed Jun 3, 2018
1 parent 0207b1d commit d6321a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Genetic Fly In Maze
# Genetic String Solver
A Genetic Algorithm which finds the string inputted by the user using the laws of Natural Selection

## Live example
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "genetic-string-solver",
"version": "1.0.3",
"version": "1.0.5",
"description": "A Genetic Algorithm which finds the string inputted by the user using the laws of Natural Selection",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit d6321a2

Please sign in to comment.