Skip to content

Commit

Permalink
Remove WIP notice
Browse files Browse the repository at this point in the history
  • Loading branch information
yishn committed May 6, 2018
1 parent c85ba3b commit cb17259
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
@@ -1,6 +1,6 @@
# sgf [![Build Status](https://travis-ci.org/SabakiHQ/sgf.svg?branch=master)](https://travis-ci.org/SabakiHQ/sgf)

A library for parsing and editing SGF files. This is a work in progress.
A library for parsing and editing SGF files.

## Installation

Expand Down Expand Up @@ -29,7 +29,7 @@ A game tree is represented by a simple JavaScript object with the following prop
* `subtrees` [`<GameTree[]>`](#game-tree)
* `parent` [`<GameTree>`](#game-tree) | `<null>`

The nodes are also simple objects. Their keys correspond to node properties which closely matches the [SGF specification](http://www.red-bean.com/sgf/). Each key has an array of strings as value.
Each node is a simple object. Its keys correspond to node properties which closely matches the [SGF specification](http://www.red-bean.com/sgf/). Each key has an array of strings as value.

### Basic Functions

Expand Down

0 comments on commit cb17259

Please sign in to comment.