Skip to content

Commit

Permalink
docs: added some missing links
Browse files Browse the repository at this point in the history
  • Loading branch information
ashblue committed May 31, 2019
1 parent 68bc0b2 commit c0eb5c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ See upcoming features and development progress on the [Trello Board](https://tre

## Getting Started

Fluid Behavior Tree is used through [Unity's Package Manager](). In order to use it you'll need to add the following two lines to your `Packages/manifest.json` file. After that you'll be able to visually control what specific version of Fluid Behavior Tree you're using from the package manager window in Unity.
Fluid Behavior Tree is used through [Unity's Package Manager](https://docs.unity3d.com/Manual/CustomPackages.html). In order to use it you'll need to add the following two lines to your `Packages/manifest.json` file. After that you'll be able to visually control what specific version of Fluid Behavior Tree you're using from the package manager window in Unity.

```json
{
Expand Down Expand Up @@ -561,7 +561,7 @@ public static class BehaviorTreeBuilderExtensions {

## Development Environment

If you wish to run to run the development environment you'll need to install [node.js](#). Then run the following from the root once.
If you wish to run to run the development environment you'll need to install [node.js](https://nodejs.org/en/). Then run the following from the root once.

`npm install`

Expand Down

0 comments on commit c0eb5c7

Please sign in to comment.