Skip to content

Commit

Permalink
doc: update readme to use the master branch
Browse files Browse the repository at this point in the history
PR-URL: nodejs#318
Reviewed-By: Hitesh Kanwathirtha <hiteshk@microsoft.com>
  • Loading branch information
kfarnung committed Jul 6, 2017
1 parent 74c0740 commit e7b475f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ introduced in Node-ChakraCore, and now supported by [VSCode](https://github.com/
We are developing in the open and want to share our progress to get feedback,
bug reports, functionality requests, and pull-requests from the community.

Check out this [Time-Travel Debugging](https://github.com/nodejs/node-chakracore/blob/xplat/TTD-README.md)
Check out this [Time-Travel Debugging](TTD-README.md)
page to learn how to get started with TTD on Node-ChakraCore with VSCode.

### Node.js API (NAPI)
Expand Down Expand Up @@ -110,10 +110,10 @@ dnf install -y git cmake clang gcc gcc-c++ kernel-devel python llvm
dnf install -y lttng-ust-devel.x86_64 libicu-devel.x86_64 libstdc++-static.x86_64
```

Clone this repo and check out **`xplat`** branch:
Clone this repo and check out **`master`** branch:

```
git checkout xplat
git checkout master
```

Build:
Expand Down Expand Up @@ -149,10 +149,10 @@ xcode-select --install
brew install cmake
```

Clone this repo and check out **`xplat`** branch:
Clone this repo and check out **`master`** branch:

```
git checkout xplat
git checkout master
```

Build:
Expand Down

0 comments on commit e7b475f

Please sign in to comment.