Herby Vojčík 5 years ago
parent
commit
0625531d8d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 # usim
 minimal discrete time simulation in javascript
 
-##API
+## API
 
 Get the `uSim` class by `var uSim = require("usim");` (node)
 or `define(["usim", ...], function (uSim, ...) { /*module code*/}` (AMD).