Skip to content

Commit

Permalink
Remove dollar sign from shell (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesYang007 authored Dec 24, 2019
1 parent 552eb95 commit 38f1492
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ To make changes, you need to edit the following files:
If you add or change a feature, please also add a unit test to this file. The unit tests can be compiled and executed with

```sh
$ ./clean-build debug
$ cd build/debug
$ ctest
./clean-build debug
cd build/debug
ctest
```

The test cases are also executed on [Travis](https://travis-ci.org/nlohmann/json) once you open a pull request.

0 comments on commit 38f1492

Please sign in to comment.