Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 authored Dec 17, 2024
1 parent c2dcb82 commit 68bbb96
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Result result = Flx.score("switch-to-buffer", "stb");
System.out.println(result.score); // 237
```

## 🛠️ Development

For testing, we use the [Intellij][] built-in testing library [JUint][].

See Microsoft's support page for more information: [Walkthrough: Create and run unit tests for managed code](https://learn.microsoft.com/en-us/visualstudio/test/walkthrough-creating-and-running-unit-tests-for-managed-code).

## 🔗 Links

- [A Step-by-Step Guide to Publishing Your Maven Project to Maven Central Repository](https://medium.com/@hydrurdgn/a-step-by-step-guide-to-publishing-your-maven-project-to-maven-central-repository-7a8928b5e5f5)
Expand All @@ -36,3 +42,9 @@ See the License for the specific language governing permissions and
limitations under the License.

See [`LICENSE`](./LICENSE) for details.


<!-- Links -->

[Intellij]: https://www.jetbrains.com/idea/
[JUint]: https://junit.org/

0 comments on commit 68bbb96

Please sign in to comment.